Trait WithComment

Source
pub trait WithComment {
    // Required method
    fn comment(&self) -> String;
}

Required Methods§

Source

fn comment(&self) -> String

Implementors§