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