pub trait AnyValueMut {
    fn append(&mut self, context: Self);
}

Required Methods

Implementors