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

Required methods

Implementations on Foreign Types

Implementors