pub trait Standardized {
    fn defining_standard() -> &'static Standard;
}

Required Methods§

Implementors§