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

pub fn read<C>(
    client: C,
    file: &File,
    encryption_key: Option<Key>
) -> Box<dyn Future<Error = NfsError, Item = Reader<C>> + 'static> where
    C: Client

Return a Reader for reading the file contents.