pub trait StrictType: Sized {
    const STRICT_LIB_NAME: &'static str;

    fn strict_name() -> Option<TypeName> { ... }
}

Required Associated Constants§

Provided Methods§

Implementations on Foreign Types§

Implementors§