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