pub type Roles = HashMap<String, Role>;Aliased Type§
pub struct Roles { /* private fields */ }Trait Implementations§
Source§impl From<HelperRoles> for Roles
impl From<HelperRoles> for Roles
Source§fn from(helper_role: HelperRoles) -> Self
fn from(helper_role: HelperRoles) -> Self
Converts to this type from the input type.