Trait serde_lite::Update
source · pub trait Update: Deserialize {
// Required method
fn update(&mut self, val: &Intermediate) -> Result<(), Error>;
}
Expand description
Update trait.
The trait can be used for objects that can be updated from the intermediate representation.