pub trait Whatever {
    type Foo;
    fn method() { ... }
}

Associated Types

Provided methods

Implementors