Struct dbus::arg::IterAppend
[−]
[src]
pub struct IterAppend<'a>(_, _);
Helper struct for appending one or more arguments to a Message.
Methods
impl<'a> IterAppend<'a>
[src]
fn new(m: &'a mut Message) -> IterAppend<'a>
Creates a new IterAppend struct.
fn append<T: Append>(&mut self, a: T)
Appends the argument.