pub trait StaticTypeExt {
    fn ensure_type();
}

Required Methods

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

Implementors