Struct buffer_redux::policy::FlushAtLeast
source · pub struct FlushAtLeast(pub usize);
Expand description
Flush the buffer if it contains at least the given number of bytes.
Tuple Fields§
§0: usize
Trait Implementations§
source§impl Debug for FlushAtLeast
impl Debug for FlushAtLeast
source§impl Default for FlushAtLeast
impl Default for FlushAtLeast
source§fn default() -> FlushAtLeast
fn default() -> FlushAtLeast
Returns the “default value” for a type. Read more