Skip to main content

Pack

Trait Pack 

Source
pub trait Pack: PackFs { }
Expand description

The pack trait is used to hold a package.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

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>