Struct buf_redux::strategy::FlushAtLeast [] [src]

pub struct FlushAtLeast(pub usize);

Flush the buffer if it contains at least the given number of bytes.

Trait Implementations

impl Debug for FlushAtLeast
[src]

Formats the value using the given formatter.

impl Default for FlushAtLeast
[src]

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

impl FlushStrategy for FlushAtLeast
[src]

Return true if the buffer should be flused.