Trait shape_svg::ToSVG3D

source ·
pub trait ToSVG3D {
    // Required method
    fn to_svg(&self) -> SVG;
}
Expand description

Mark a type that can be convert to svg

Required Methods§

source

fn to_svg(&self) -> SVG

Convert to svg by reference

Implementors§