kernel::hil

Trait Controller

Source
pub trait Controller {
    type Config;

    // Required method
    fn configure(&self, _: Self::Config);
}
Expand description

Shared interface for configuring components.

Required Associated Types§

Required Methods§

Source

fn configure(&self, _: Self::Config)

Implementors§