Trait silica::peripheral::Peripheral [] [src]

pub trait Peripheral {
    fn init(&self) -> Result<(), String>;
}

Peripheral trait Peripheral may also implement Drop to handle the Deinit but that's not mandatory.

Required Methods

Implementors