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)
macro_rules! where_try_into {
($($source:ty),+ => $target:ty) => { ... };
}Creates a filter-map clause that tries to map any event of type $source into Some(T)