pub fn to_svg_to_string_from_str<S: AsRef<str>, DESC: AsRef<str>>(
    text: S,
    ecc: QrCodeEcc,
    size: usize,
    description: Option<DESC>
) -> Result<String, QRCodeError>
Expand description

Encode text to a SVG image in memory.