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