qrcode::types::QrResult
[−]
[src]
type QrResult<T> = Result<T, QrError>;
QrResult
is a convenient alias for a QR code generation result.
type QrResult<T> = Result<T, QrError>;
QrResult
is a convenient alias for a QR code generation result.