Function fuchsia_fs::file::read_in_namespace
source ยท pub async fn read_in_namespace(path: &str) -> Result<Vec<u8>, ReadNamedError>
Expand description
Reads all data from the file at path
in the current namespace. The path must be an
absolute path.