pub trait Whatever {
    type Foo;

    // Provided method
    fn method() { ... }
}

Required Associated Types§

Provided Methods§

Implementors§