pub type EndpointOut<'a, B> = Endpoint<'a, B, Out>;
A host-to-device (OUT) endpoint.
pub struct EndpointOut<'a, B> { /* private fields */ }