Pack

Trait Pack 

Source
pub trait Pack: PackFs { }
Expand description

The pack trait is used to hold a package.

Implementors§

Source§

impl Pack for MapPack

Source§

impl<R: Read> Pack for TarballPack<R>

Source§

impl<Src: PackFs, F: Fn(&str) -> bool + Send + Sync> Pack for FilterPack<'_, Src, F>