Trait vsvg::IntoBezPath

source ·
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.

Required Methods§

Implementations on Foreign Types§

source§

impl IntoBezPath for Path

Implementors§