Trait SpecPred

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§