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