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