Searched defs:Decompress (Results 1 – 2 of 2) sorted by relevance
28 pub struct Decompress { struct32 impl Decompress { argument35 pub fn file(path: &str) -> Result<Decompress, io::Error> { in file()
26 explicit Decompress(std::string tarPath) : tarPath(tarPath) {} in Decompress() function