Trait Summary

Source
pub trait Summary {
    // Required methods
    fn summarize(&self) -> String;
    fn summarize_author(&self) -> String;

    // Provided method
    fn print(&self) { ... }
}

Required Methods§

Provided Methods§

Source

fn print(&self)

Implementors§