pub fn clone_onto_no_describe(
    dir: &DirectoryProxy,
    flags: Option<OpenFlags>,
    request: ServerEnd<DirectoryMarker>
) -> Result<(), CloneError>
Expand description

Opens a new connection to the given directory onto the given server end using flags if provided, or fidl_fuchsia_io::OpenFlags::SAME_RIGHTS otherwise.