pub trait ToSVG {
type Element;
// Required method
fn to_svg(&self) -> Self::Element;
}Expand description
Mark a type that can be convert to svg
pub trait ToSVG {
type Element;
// Required method
fn to_svg(&self) -> Self::Element;
}Mark a type that can be convert to svg