[][src]Type Definition casper_node::effect::Effect

type Effect<Ev> = BoxFuture<'static, SmallVec<[Ev; 2]>>;

A pinned, boxed future that produces one or more events.