pub trait StaticTypeExt {
// Required method
fn ensure_type();
}Required Methods§
Sourcefn ensure_type()
fn ensure_type()
Ensures that the type has been registered with the type system.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".