Function qrcode_generator::to_svg_to_writer[][src]

pub fn to_svg_to_writer<D: AsRef<[u8]>, DESC: AsRef<str>, W: Write>(
    data: D,
    ecc: QrCodeEcc,
    size: usize,
    description: Option<DESC>,
    writer: &mut W
) -> Result<(), QRCodeError>

Encode data to a SVG image via a writer.