Trait dbus::arg::Append [] [src]

pub trait Append: Sized {
    fn append(self, &mut IterAppend);
}

Types that can be appended to a message as arguments implement this trait.

Required Methods

fn append(self, &mut IterAppend)

Performs the append operation.

Implementors