Function svg2gcode::svg2program[][src]

pub fn svg2program<'a, 'input: 'a>(
    doc: &'a Document<'_>,
    config: &ConversionConfig,
    options: ConversionOptions,
    machine: Machine<'input>
) -> Vec<Token<'input>>
Notable traits for Vec<u8, A>
impl<A> Write for Vec<u8, A> where
    A: Allocator