pub fn clone_no_describe(
    dir: &DirectoryProxy,
    flags: Option<OpenFlags>
) -> Result<DirectoryProxy, CloneError>
Expand description

Opens a new connection to the given directory using flags if provided, or fidl_fuchsia_io::OpenFlags::CLONE_SAME_RIGHTS otherwise.