pub trait Summary {
    fn summerize(&self) -> String;
}

Required Methods

Implementors