pub fn to_svg_to_string_from_segments<DESC: AsRef<str>>(
    segments: &[QrSegment],
    ecc: QrCodeEcc,
    size: usize,
    description: Option<DESC>
) -> Result<String, QRCodeError>
Expand description

Encode segments to a SVG image in memory.