pub async fn open_node<T: ProtocolMarker>(
    dir: &DirectoryProxy,
    flags: OpenFlags,
    path: &str
) -> T::Proxy
Expand description

Helper function to open the desired node in the root folder. Asserts that open_node_status succeeds.