pub trait Protocol {
    // Provided methods
    fn is_v4() -> bool { ... }
    fn is_v5() -> bool { ... }
}

Provided Methods§

Implementors§