pub trait HasStaticType {
    fn type_info() -> &'static Type;
}
Expand description

A trait that defines static type information for types that can provide it.

Required Methods§

Implementations on Foreign Types§

Every type that has at least a type name also has a valid pointer type name

Every type that has at least a type name also has a valid pointer type name

Implementors§