Macro where_try_into

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

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