Struct futures_fs::ReadOptions[][src]

pub struct ReadOptions { /* fields omitted */ }

Options for how to read the file.

The default is to automatically determine the buffer size.

Methods

impl ReadOptions
[src]

The buffer size to use when reading.

Default is automatically determined from the operating system.

Panic

The passed argument must be larger than 0.

Trait Implementations

impl Debug for ReadOptions
[src]

Formats the value using the given formatter. Read more

impl Default for ReadOptions
[src]

Returns the "default value" for a type. Read more

Auto Trait Implementations

impl Send for ReadOptions

impl Sync for ReadOptions