dptree icon indicating copy to clipboard operation
dptree copied to clipboard

Asynchronous event dispatch for Rust

Results 2 dptree issues
Sort by recently updated
recently updated
newest added

It'll be good and useful if methods like `filter`, `filter_map` and their async version had a fallible version too. sometimes we want filter or map some data in our code...

This PR introduces the `dptree::type_check` function that makes sure that all types required by `Handler` are present in `DependencyMap`. In order to decide which types are required by `Handler`, we...

enhancement