pub fn open_directory_no_describe(
    parent: &impl AsRefDirectory,
    path: &str,
    flags: OpenFlags
) -> Result<DirectoryProxy, Error>
Expand description

Opens the given path from the given parent directory as a [DirectoryProxy]. The target is not verified to be any particular type and may not implement the fuchsia.io/Directory protocol.