Trait sccache::dist::pkg::ToolchainPackager

source ·
pub trait ToolchainPackager: Send {
    // Required method
    fn write_pkg(self: Box<Self>, f: File) -> Result<()>;
}

Required Methods§

source

fn write_pkg(self: Box<Self>, f: File) -> Result<()>

Implementors§