Type Alias usb_device::endpoint::EndpointOut

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

A host-to-device (OUT) endpoint.

Aliased Type§

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