Type Definition blaze_rs::event::consumer::TryMapEvent

source ·
pub type TryMapEvent<T, C, F> = Event<TryMap<T, C, F>>;
Expand description

Event for try_map.