pub trait DriverMeta {
const ID: ModuleID;
}Expand description
Static metadata used to match a driver to a detected module.
Required Associated Constants§
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".