pub trait HookBounds {
    type Bounds: ?Sized;
}

Required Associated Types

Implementations on Foreign Types

Implementors