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

type EndpointIn<'a, B> = Endpoint<'a, B, In>;

A device-to-host (IN) endpoint.