Function deltachat::qr::decode_backup
source · fn decode_backup(qr: &str) -> Result<Qr>
Expand description
Decodes a DCBACKUP_SCHEME
QR code.
The format of this scheme is DCBACKUP:<encoded ticket>
. The encoding is the
[iroh::provider::Ticket
]’s Display
impl.