pub trait GetRemoteDir {
// Required method
fn get_remote_dir(&self) -> Result<DirectoryProxy, Status>;
}Expand description
A trait that can be implemented to return a directory proxy that should be used as a remote directory.
pub trait GetRemoteDir {
// Required method
fn get_remote_dir(&self) -> Result<DirectoryProxy, Status>;
}A trait that can be implemented to return a directory proxy that should be used as a remote directory.