pub trait DocBlockTableTrait {
    // Required method
    fn foo();
}

Required Methods§

Implementors§