pub trait TypeMetadata {
    fn common(&self) -> CommonTypeMetadata;
}

Required Methods

Implementors