Type Alias DiskBuffer
pub type DiskBuffer = SegmentWriter;Available on crate feature
dial9 only.Expand description
Alias for the disk-backed writer (the default mode).
Aliased Type§
pub struct DiskBuffer { /* private fields */ }