vest
0.1.0
Spec
Pred
Required Associated Types
Input
Implementors
In vest::
regular::
refined
vest
::
regular
::
refined
Trait
SpecPred
Copy item path
Source
pub trait SpecPred { type
Input
; }
Expand description
The spec version of
Pred
.
Required Associated Types
§
Source
type
Input
The input type of the predicate.
Implementors
§
Source
§
impl<T>
SpecPred
for
TagPred
<T>
Source
§
type
Input
= T