Macro where_into

Source
macro_rules! where_into {
    ($($source:ty),+ => $target:ty) => { ... };
}
Expand description

Creates a filter-map clause that maps any event of type $source into Some(T)