pub trait Pred: 'static + Clone {
    type Out<A: Prop>: Prop;
}
Expand description

Implemented by predicates.

Associated Types

The output proposition.

Implementors