Trait nannou::ui::prelude::widget::primitive::shape::oval::OvalSection[][src]

pub trait OvalSection: 'static + Copy + PartialEq<Self> + Send {
    const IS_OVER: fn(&Container, [f64; 2], &Theme) -> IsOver;
}
Expand description

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