pub type StackGetQrCodeResult = Result<QrCode, ErrorCode>;

Aliased Type§

enum StackGetQrCodeResult {
    Ok(QrCode),
    Err(ErrorCode),
}

Variants§

§1.0.0

Ok(QrCode)

Contains the success value

§1.0.0

Err(ErrorCode)

Contains the error value