pub trait Wrapper {
    type Unwrap: Protocol;
}

Associated Types

Implementors