fuchsia_fs::file

Function 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.