Skip to main content

Gc

Trait Gc 

Source
pub trait Gc {
    // Required methods
    fn run(&self, archive: &Path) -> Result<GcReport>;
    fn name(&self) -> &'static str;
}
Expand description

Reclaim the dead payload in a znippy archive.

Required Methods§

Source

fn run(&self, archive: &Path) -> Result<GcReport>

Source

fn name(&self) -> &'static str

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§