pub trait AppendAll {
    fn append(&self, _: &mut IterAppend<'_>);
}
Expand description

Helper trait to append many arguments to a message.

Required Methods

Performs the append operation by borrowing self.

Implementations on Foreign Types

Implementors