PolyPathRef

Type Alias PolyPathRef 

Source
pub type PolyPathRef<P> = Rc<RefCell<PolyPath<P>>>;
Expand description

A reference to a PolyPath wrapped in an RC & RefCell

Aliased Typeยง

pub struct PolyPathRef<P> { /* private fields */ }