pub trait Flush {
// Required methods
fn none() -> Self;
fn sync() -> Self;
fn finish() -> Self;
}
Required Methods§
Object Safety§
This trait is not object safe.
pub trait Flush {
// Required methods
fn none() -> Self;
fn sync() -> Self;
fn finish() -> Self;
}