Trait HostNetwork

Source
pub trait HostNetwork {
    // Required method
    fn drop(&mut self, rep: Resource<Network>) -> Result<()>;
}

Required Methods§

Source

fn drop(&mut self, rep: Resource<Network>) -> Result<()>

Implementations on Foreign Types§

Source§

impl<_T: HostNetwork + ?Sized> HostNetwork for &mut _T

Source§

fn drop(&mut self, rep: Resource<Network>) -> Result<()>

Implementors§