-
Notifications
You must be signed in to change notification settings - Fork 30
Open
Description
Line 119 in 108d679
fn contains(&self, key: &Type) -> bool; |
it would be cool if one could query a Filter<Box<T>>
using .contains(&T)
instead of .contains(&Box<T>)
.
std achieves this by using the Borrow Trait.
this is a breaking change and requires a major release.
if the maintainers would like to have this feature i am willing to implement it.
Metadata
Metadata
Assignees
Labels
No labels