roles_init

Macro roles_init 

Source
macro_rules! roles_init {
    () => { ... };
    ( $($key:expr => $value:expr;)* ) => { ... };
}