Struct relm::RemoteRelm [] [src]

pub struct RemoteRelm<MSG: Clone + DisplayVariant> { /* fields omitted */ }

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

Methods

impl<'a, MSG: Clone + DisplayVariant> RemoteRelm<MSG>
[src]

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

Trait Implementations

impl<MSG: Clone + Clone + DisplayVariant> Clone for RemoteRelm<MSG>
[src]

Returns a copy of the value. Read more

Performs copy-assignment from source. Read more