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