pub trait AddToFileManifest {
    fn add_to_file_manifest(
        &self,
        manifest: &mut FileManifest,
        prefix: &str
    ) -> Result<()>; }

Required Methods§

Add the object to a FileManifest instance.

Implementations on Foreign Types§

Implementors§