Struct domafic::processors::EmptyListeners [] [src]

pub struct EmptyListeners;

Zero-sized empty collection of listeners

Trait Implementations

impl<Message> Listeners<Message> for EmptyListeners
[src]

[src]

Processes all of the listeners in the given collection using processor P and accumulator acc. Read more