Trait dbus::arg::Get

source · []
pub trait Get<'a>: Sized {
    fn get(i: &mut Iter<'a>) -> Option<Self>;
}
Expand description

Types that can be retrieved from a message as arguments implement this trait.

Required Methods

Performs the get operation.

Implementations on Foreign Types

Implementors