Type Definition blaze_rs::event::consumer::MapEvent

source ·
pub type MapEvent<T, C, F> = Event<Map<T, C, F>>;
Expand description

Event for map.