pub trait Summary {
    fn summarize(&self) -> String { ... }
}

Provided Methods§

Implementors§