StandardFile

Type Alias StandardFile 

Source
pub type StandardFile = File<StandardMessageFormatter>;
Expand description

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

Aliased Type§

pub struct StandardFile { /* private fields */ }