pub trait HasClas {
    type Term: Debug + Serialize;
    type Clas: Serialize;

    fn tm_fam() -> String;
}

Required Associated Types

Required Methods

Implementors