Type Alias sdl_parser::node::Roles
source · pub type Roles = HashMap<String, Role>;
Aliased Type§
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.