pub type FileIoFactory = TypedIoWrite<File>;Expand description
A pre-configured factory for logging directly to a filesystem File.
Use this when you need “Fire and Forget” durability where logs hit the OS immediately.
Aliased Type§
pub struct FileIoFactory { /* private fields */ }