pub trait DirReceiverProxyInterface: Send + Sync { // Required method fn receive(&self, channel: ServerEnd<DirectoryMarker>) -> Result<(), Error>; }