Kimundi / owning-ref-rs

A library for creating references that carry their owner with them.
MIT License
361 stars 50 forks source link

Add filter_map() and filter_map_with_owner() #73

Open jerry73204 opened 3 years ago

jerry73204 commented 3 years ago

These methods are similar to try_map() but accepts Option<T> instead.