Trait teo_runtime::traits::documentable::Documentable
source · pub trait Documentable: Named {
// Required methods
fn comment(&self) -> Option<&Comment>;
fn kind(&self) -> &'static str;
// Provided methods
fn title(&self) -> String { ... }
fn title_word_case(&self) -> String { ... }
fn desc(&self) -> String { ... }
}