Struct relm::RemoteRelm [] [src]

pub struct RemoteRelm<WIDGET: Widget> { /* fields omitted */ }

Handle to the tokio event loop, to be used from the GTK+ thread.

Methods

impl<WIDGET: Widget> RemoteRelm<WIDGET>
[src]

Get the shared model.

Get the event stream of the widget. This is used internally by the library.

Trait Implementations

impl<WIDGET: Clone + Widget> Clone for RemoteRelm<WIDGET> where
    WIDGET::Model: Clone,
    WIDGET::Msg: Clone
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more