Type Definition starlark::values::enumeration::FrozenEnumType[][src]

pub type FrozenEnumType = EnumTypeGen<FrozenValue, Option<String>>;

Trait Implementations

Must return the TypeId of Self but where the lifetimes are changed to 'static. Must be consistent with static_type_of. Read more

Must return the TypeId of Self but where the lifetimes are changed to 'static. Must be consistent with static_type_id. Must not consult the self parameter in any way. Read more