pub trait AsMiscId {
    // Required method
    fn as_misc_id(&self) -> MiscId;
}

Required Methods§

Implementors§