Type Alias EndpointOut

Source
pub type EndpointOut<'a, B> = Endpoint<'a, B, Out>;
Expand description

A host-to-device (OUT) endpoint.

Aliased Typeยง

pub struct EndpointOut<'a, B> { /* private fields */ }