pub trait ToKind {
    fn to_kind(&self) -> Kind;
    fn get_type() -> Type
    where
        Self: Sized
; }

Required Methods§

Implementations on Foreign Types§

Implementors§