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