Skip to main content

Apply

Trait Apply 

Source
pub trait Apply {
    type Partial;

    // Required method
    fn apply(&mut self, partial: Self::Partial);
}

Required Associated Types§

Required Methods§

Source

fn apply(&mut self, partial: Self::Partial)

Implementors§