Type Alias DefaultHistory

Source
pub type DefaultHistory = FileHistory;
Available on crate feature with-file-history only.
Expand description

Default file-based history implementation

Aliased Typeยง

pub struct DefaultHistory { /* private fields */ }