pub trait Decompress<B: Backend, C> { // Required method fn decompress(&mut self, module: &Module<B>, other: &C); }