pub trait EndpointDirection {
const DIRECTION: UsbDirection;
}
Expand description
Trait for endpoint type markers.
Required Associated Constants§
Sourceconst DIRECTION: UsbDirection
const DIRECTION: UsbDirection
Direction value of the marker type.
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.