Type Definition cqrs_eventsourcing::Handlers[][src]

type Handlers<A, E> = Vec<Box<dyn Handler<A, E> + Send>>;