Struct buf_redux::strategy::FlushAtLeast8k [] [src]

pub struct FlushAtLeast8k;

Flush the buffer if it contains at least 8Kb (8192b).

Trait Implementations

impl Debug for FlushAtLeast8k
[src]

[src]

Formats the value using the given formatter.

impl Default for FlushAtLeast8k
[src]

[src]

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

impl FlushStrategy for FlushAtLeast8k
[src]

[src]

Return true if the buffer should be flushed before reading into it. Read more

[src]

Return true if the buffer should be flushed after reading into it. Read more