Struct safe_app::nfs::Reader[][src]

pub struct Reader<C> where
    C: Client
{ /* fields omitted */ }

Reader is used to read contents of a File. It can read in chunks if the file happens to be very large.

Methods

impl<C> Reader<C> where
    C: Client
[src]

Important traits for Box<R>

Create a new instance of Reader.

Returns the total size of the file/blob.

Important traits for Box<R>

Read data from file/blob.

Auto Trait Implementations

impl<C> !Send for Reader<C>

impl<C> !Sync for Reader<C>