pub trait TraitWithNoDocblocks {
    fn first_fn(&self);
    fn second_fn(&self);
}

Required Methods

Implementors