Trait struct_patch::traits::Patch
source · pub trait Patch<P>where
P: Default,{
fn apply(&mut self, patch: P);
fn default_patch() -> P { ... }
}
pub trait Patch<P>where
P: Default,{
fn apply(&mut self, patch: P);
fn default_patch() -> P { ... }
}