pub trait ShowArchive {
    fn show_archive(&self, _: &Archive) -> Result<()>;
}
Expand description

Show something about an archive.

Required Methods§

Implementors§