pub trait ReceiverProxyInterface: Send + Sync { // Required method fn add_host(&self, request: ClientEnd<HostMarker>) -> Result<(), Error>; }