[][src]Module event_feed::prelude

A prelude module which reexports a minimal set of types you need to use event feeds which are renamed specifically to be glob-imported without any name conflicts (use event_feed::prelude::*).

Structs

EventFeed

An event feed — the source of events in a feed-based event system.

EventReader

Recieves events from event feeds and queues them until they are processed.