pub fn uncompress_element<O0: Into<Output>>(
    compressed: O0,
    scope: &mut Scope
) -> Result<Operation>
Expand description

Shorthand for UncompressElement::new().build(compressed, scope).