feat(crypto-js): QrCodeScan implements Debug.

This commit is contained in:
Ivan Enderlin
2022-09-12 14:42:18 +02:00
parent 7edd6a148c
commit 2f35b2cfc6

View File

@@ -756,6 +756,7 @@ impl QrCode {
/// A scanned QR code.
#[cfg(feature = "qrcode")]
#[wasm_bindgen]
#[derive(Debug)]
pub struct QrCodeScan {
inner: matrix_sdk_qrcode::QrVerificationData,
}