☰
Trait Filter
Required Methods
filter
Implementors
Other items in
frame_support
::
traits
All crates
?
Trait
frame_support
::
traits
::
Filter
[
−
]
[src]
pub trait Filter<T> { fn
filter
(t:
&
T) ->
bool
; }
👎
Deprecated:
Use
Contains
instead
Required methods
[src]
fn
filter
(t:
&
T) ->
bool
👎
Deprecated:
Use
Contains
instead
Implementors
[src]
impl<T, C:
Contains
<T>>
Filter
<T> for C