Trait powerline::unix::UnixInterface[][src]

pub trait UnixInterface: EtherInterface + Sized {
    fn new(addr: &ifaddrs) -> Option<Self>;
}

Required methods

fn new(addr: &ifaddrs) -> Option<Self>[src]

Loading content...

Implementors

Loading content...