Trait kernel::hil::Controller
[−]
[src]
pub trait Controller {
type Config;
fn configure(&self, _: Self::Config);
}Shared interface for configuring components.