mirror of
https://github.com/matrix-org/matrix-rust-sdk.git
synced 2026-05-18 13:40:55 -04:00
feat(crypto-js): QrCodeScan implements Debug.
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user