Type Definition plotters_iced::native::ChartWidget
source · [−]pub type ChartWidget<Message, C> = ChartWidget<Message, C>;Expand description
Chart container, turns Charts to iced_native::Widgets
Trait Implementations
sourceimpl<'a, Message, C> From<C> for ChartWidget<Message, C>where
Message: 'a,
C: Chart<Message> + 'a,
impl<'a, Message, C> From<C> for ChartWidget<Message, C>where
Message: 'a,
C: Chart<Message> + 'a,
sourcefn from(chart: C) -> ChartWidget<Message, C>
fn from(chart: C) -> ChartWidget<Message, C>
Converts to this type from the input type.