Type Definition starlark::values::function::FrozenBoundMethod[][src]

pub type FrozenBoundMethod = BoundMethodGen<FrozenValue>;

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