[][src]Function qrcode_generator::to_svg_to_file_by_segments

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

Encode data to a SVG image via a file path.