pub trait DeviceLevelDescriptor: Descriptor { }
Expand description

A marker trait for feature descriptors that are valid at the device level.

Object Safety§

This trait is not object safe.

Implementors§