pub type PtrOfQRCodeEncoder = Ptr<dyn QRCodeEncoder>;

Implementations

Trait Implementations

Generates QR code from input string. Read more

Generates QR code from input string in Structured Append mode. The encoded message is splitting over a number of QR codes. Read more