pub type DriverConfig = Table;
Expand description
Represents how configuration information is given to a driver.
Since each driver can have vastly different requirements, the
config structure needs to be as general as possible. A
DriverConfig
type is a map with String
keys and toml::Value
values.
Aliased Typeยง
pub struct DriverConfig { /* private fields */ }