Trait sccache::dist::pkg::InputsPackager

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

Required Methods§

source

fn write_inputs(self: Box<Self>, wtr: &mut dyn Write) -> Result<PathTransformer>

Implementors§