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