verdict_
parser
0.1.0
Spec
Pred
Required Associated Types
Input
Implementors
In crate verdict_
parser
verdict_parser
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
SpecPred
for
IA5StringPred
Source
§
type
Input
= Seq<
char
>
Source
§
impl
SpecPred
for
MinimalBigIntPred
Source
§
type
Input
= Seq<
u8
>
Source
§
impl
SpecPred
for
PrintableStringPred
Source
§
type
Input
= Seq<
char
>
Source
§
impl<T>
SpecPred
for
TagPred
<T>
Source
§
type
Input
= T