[][src]Trait deku::DekuUpdate

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

"Updater" trait: apply mutations to a type

Required methods

pub fn update(&mut self) -> Result<(), DekuError>[src]

Apply updates

Loading content...

Implementors

Loading content...