StaticTypeSized

Trait StaticTypeSized 

Source
pub unsafe trait StaticTypeSized {
    type Static: 'static;

    // Provided method
    fn type_id(&self) -> TypeId { ... }
}

Required Associated Types§

Source

type Static: 'static

Provided Methods§

Source

fn type_id(&self) -> TypeId

Implementors§