You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In the Rust Standard Library, `std::cell::Ref` and `std::cell::RefMut`
have an associated function `filter_map`, which provide the similar
functionality as `ref_filter_map` and `ref_mut_filter_map`.
Implements `Ref::filter_map` and `RefMut::filter_map` to match the
standard library.
0 commit comments