pub async fn open_node_status<T: ProtocolMarker>(
dir: &DirectoryProxy,
flags: OpenFlags,
path: &str,
) -> Result<T::Proxy, Status>
Expand description
Helper function to open the desired node in the root folder.
pub async fn open_node_status<T: ProtocolMarker>(
dir: &DirectoryProxy,
flags: OpenFlags,
path: &str,
) -> Result<T::Proxy, Status>
Helper function to open the desired node in the root folder.