Crate relm_core [] [src]

Core primitive types for relm.

The primary type is EventStream.

Structs

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.