flush

Macro flush 

Source
macro_rules! flush {
    () => { ... };
}
Expand description

Allows flushing onto an implementor of Flush, which can be modified with with_flush! macro and unwraps and ignores errors from try_flush