Trait dbus::arg::ReadAll

source ·
pub trait ReadAll: Sized {
    fn read(i: &mut Iter<'_>) -> Result<Self, TypeMismatchError>;
}
Expand description

Helper trait to read all arguments from a message.

Required Methods§

Performs the read operation.

Implementations on Foreign Types§

Implementors§