Trait gerber_types::GerberCode [] [src]

pub trait GerberCode<W: Write> {
    fn to_code(&self, writer: &mut W) -> GerberResult<()>;
}

All types that implement this trait can be converted to Gerber Code.

Required Methods

Implementors