pub trait ScadType {
// Required method
fn get_code(&self) -> String;
}
Expand description
Trait for converting from rust types to strings compatible with openscad
pub trait ScadType {
// Required method
fn get_code(&self) -> String;
}
Trait for converting from rust types to strings compatible with openscad