[][src]Function safe_core::nfs::file_helper::read

pub async fn read<'_, C: Client + 'static>(
    client: C,
    file: &'_ File,
    encryption_key: Option<Key>
) -> Result<Reader<C>, NfsError>

Return a Reader for reading the file contents.