pub trait StaticTypeExt {
    // Required method
    fn ensure_type();
}

Required Methods§

fn ensure_type()

Ensures that the type has been registered with the type system.

Implementors§

§

impl<T> StaticTypeExt for Twhere T: StaticType,