Type Alias Channel

Source
type Channel = VecDeque<EventLog>;

Aliased Typeยง

struct Channel { /* private fields */ }