Trait ExtraData

Source
pub trait ExtraData {
    // Required method
    fn extra_data(&self) -> Option<String>;
}

Required Methods§

Implementors§