Function fuchsia_fs::directory::clone_onto

source ยท
pub fn clone_onto(
    directory: &DirectoryProxy,
    request: ServerEnd<DirectoryMarker>,
) -> Result<(), CloneError>
Expand description

Opens a new connection to the given directory using request. The cloned connection has the same permissions as directory.