Skip to main content

BundleFsWriter

Trait BundleFsWriter 

Source
pub trait BundleFsWriter {
    // Required method
    fn write_bundle(&self, input_dir: &Path, output_file: &Path) -> Result<()>;
}

Required Methods§

Source

fn write_bundle(&self, input_dir: &Path, output_file: &Path) -> Result<()>

Dyn Compatibility§

This trait is dyn compatible.

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

Implementors§