Struct buf_redux::policy::FlushOn[][src]

pub struct FlushOn(pub u8);

Flush the buffer if it contains the given byte.

Only scans the buffer after reading. Searches from the end first.

Trait Implementations

impl Debug for FlushOn
[src]

Formats the value using the given formatter. Read more

impl Default for FlushOn
[src]

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

impl WriterPolicy for FlushOn
[src]

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

Return FlushAmt(n > 0) if the buffer should be flushed before reading into it. If the returned amount is 0 or greater than the amount of buffered data, no flush is performed. Read more

Auto Trait Implementations

impl Send for FlushOn

impl Sync for FlushOn