Trait conrod::widget::primitive::shape::oval::OvalSection[][src]

pub trait OvalSection: 'static + Copy + PartialEq + Send {
    const IS_OVER: IsOverFn;
}

Types that may be used to describe the visible section of the Oval.

Associated Constants

The function used to determine if a point is over the oval section widget.

Implementors