pub(crate) fn decode_qr<I>( image: I, ) -> Result<QrVerificationData, QrDecodingError>where I: GenericImage<Pixel = Luma<u8>> + GenericImageView<Pixel = Luma<u8>>,