Function fuchsia_fs::file::read_in_namespace_to_string
source ยท pub async fn read_in_namespace_to_string(
path: &str,
) -> Result<String, ReadNamedError>
Expand description
Reads a utf-8 encoded string from the file at path
in the current namespace. The path must
be an absolute path.