Type Definition usb_device::endpoint::EndpointOut[][src]

type EndpointOut<'a, B> = Endpoint<'a, B, Out>;

A host-to-device (OUT) endpoint.