pub fn to_svg_to_string<D: AsRef<[u8]>, DESC: AsRef<str>>(
    data: D,
    ecc: QrCodeEcc,
    size: usize,
    description: Option<DESC>
) -> Result<String, QRCodeError>
Expand description

Encode data to a SVG image in memory.