StandardBufferedFile

Type Alias StandardBufferedFile 

Source
pub type StandardBufferedFile = BufferedFile<StandardMessageFormatter>;
Expand description

A pre-configured BufferedFile using the crate’s StandardMessageFormatter.

Aliased Type§

pub struct StandardBufferedFile { /* private fields */ }