fuchsia_fs::directory

Function 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.