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