Struct dbus-rs::ConnectionItems [-]  [+] [src]

pub struct ConnectionItems<'a> {
    // some fields omitted
}

Trait Implementations

impl<'a> Iterator for ConnectionItems<'a>

type Item = ConnectionItem

fn next(&mut self) -> Option<ConnectionItem>

fn size_hint(&self) -> (usize, Option<usize>)