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

Implementors