Skip to main content

Archive

Type Alias Archive 

Source
pub type Archive<R> = ArchiveReader<R>;
Expand description

Type alias to ArchiveReader for compatibility.

Aliased Typeยง

pub struct Archive<R> { /* private fields */ }