Function ::exo::has_right

Overview
fn has_right(value: String) -> bool

Returns true when the actual user a specific right.

Example:

assert!(exo::has_right("file"));