pub fn decode_bmp<O0: Into<Output>>( contents: O0, scope: &mut Scope, ) -> Result<Operation>
Shorthand for DecodeBmp::new().build(contents, scope).
DecodeBmp::new().build(contents, scope)