pub trait InputsPackager: Send {
    fn write_inputs(
        self: Box<Self>,
        wtr: &mut dyn Write
    ) -> Result<PathTransformer>; }

Required Methods

Implementors