pub fn to_svg_to_file_by_segments<P: AsRef<Path>>(
    segments: &[QrSegment],
    ecc: QrCodeEcc,
    size: usize,
    description: Option<&str>,
    path: P
) -> Result<(), Error>
Expand description

Encode data to a SVG image via a file path.