Type Definition starlark::values::record::FrozenRecordType[][src]

pub type FrozenRecordType = RecordTypeGen<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