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