Skip to main content

HostNetwork

Trait HostNetwork 

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

Required Methods§

Source

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

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

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

Source§

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

Implementors§