Veth

Trait Veth 

Source
pub trait Veth {
    // Required method
    fn peer(&self) -> Result<Device<'_>, Error>;
}

Required Methods§

Source

fn peer(&self) -> Result<Device<'_>, Error>

Implementors§

Source§

impl<'a> Veth for VethDevice<'a>