Crate relm_core [] [src]

Core primitive types for relm.

The primary type is EventStream.

Structs

Channel

A channel to send a message to a relm widget from another thread.

EventStream

A stream of messages to be used for widget/signal communication and inter-widget communication.

Lock

A lock is used to temporarily stop emitting messages.