pub trait PieSegs {
    fn as_pie_segs(&self) -> Vec<PieSegment>;
}

Required Methods

Implementations on Foreign Types

Implementors