pub type BufferedFile<F: MessageFormatter> = IoWrite<BufWriter<File>, F>;Expand description
A type alias for an IoWrite service writing specifically to a std::io::BufWriter<std::fs::File>.
Aliased Typeยง
pub struct BufferedFile<F: MessageFormatter> { /* private fields */ }