pub trait WithComment {
    fn comment(&self) -> String;
}

Required Methods

Implementors