Struct relm::Component [] [src]

#[must_use]
pub struct Component<MODEL, MSG: Clone + DisplayVariant, WIDGET> { /* fields omitted */ }

Methods

impl<MODEL, MSG: Clone + DisplayVariant, WIDGET> Component<MODEL, MSG, WIDGET>
[src]

Trait Implementations

impl<MODEL, MSG: Clone + DisplayVariant, WIDGET> Drop for Component<MODEL, MSG, WIDGET>
[src]

A method called when the value goes out of scope. Read more