[][src]Trait deku::DekuUpdate

pub trait DekuUpdate {
    fn update(&mut self) -> Result<(), DekuError>;
}

"Updater" trait: apply mutations to a type

Required methods

fn update(&mut self) -> Result<(), DekuError>

Apply updates

Loading content...

Implementors

Loading content...