[][src]Function qrcode_generator::to_svg_to_string_by_segments

pub fn to_svg_to_string_by_segments(
    segments: &[QrSegment],
    ecc: QrCodeEcc,
    size: usize,
    description: Option<&str>
) -> Result<String, Error>

Encode data to a SVG image in memory.