Predicate
vstd
Predicate
Required Methods
predicate
Implementors
In vstd::
predicate
vstd
::
predicate
Trait
Predicate
Copy item path
Source
pub trait Predicate<V> { // Required method
spec
fn
predicate
(&self, v: V) ->
bool
; }
Required Methods
§
Source
spec
fn
predicate
(&self, v: V) ->
bool
Implementors
§
Source
§
impl<V>
Predicate
<V> for
FnSpec
<
(V,)
,
bool
>