tracing_setup/
flushable.rs

1crate::ix!();
2
3pub trait Flushable {
4    fn flush(&self);
5}