pub trait IntoBezPath {
// Required method
fn into_bezpath(self) -> BezPath;
}Expand description
Can be converted into a BezPath.
This is blanket-implemented using IntoBezPathTolerance. Do not implement this trait
directly.
pub trait IntoBezPath {
// Required method
fn into_bezpath(self) -> BezPath;
}Can be converted into a BezPath.
This is blanket-implemented using IntoBezPathTolerance. Do not implement this trait
directly.