WriteFlashTrait

Trait WriteFlashTrait 

Source
pub trait WriteFlashTrait {
    // Required method
    fn write_flash(&mut self, params: &WriteFlashParams) -> Result<()>;
}

Required Methods§

Source

fn write_flash(&mut self, params: &WriteFlashParams) -> Result<()>

Implementors§