Trait dbus::arg::AppendAll[][src]

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