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