Skip to main content

DriverMeta

Trait DriverMeta 

Source
pub trait DriverMeta {
    const ID: ModuleID;
}
Expand description

Static metadata used to match a driver to a detected module.

Required Associated Constants§

Source

const ID: ModuleID

Resistor-coded module identifier handled by this driver.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§