pub trait ToOutline<PD: PointData> {
    // Required method
    fn to_outline(&self) -> Outline<PD>;
}

Required Methods§

source

fn to_outline(&self) -> Outline<PD>

Implementors§