pub fn new_remote_file_ops(
current_task: &CurrentTask,
handle: NullableHandle,
creds: Arc<Credentials>,
) -> Result<Box<dyn FileOps>, Errno>Expand description
Creates a FileOps from a zx::NullableHandle.
The handle must satisfy the same requirements as new_remote_file.