pub trait EndpointDirection {
    const DIRECTION: UsbDirection;
}
Expand description

Trait for endpoint type markers.

Required Associated Constants

Direction value of the marker type.

Implementors