Trait ProofAdd

Source
pub trait ProofAdd {
    type Sum;
}
Expand description

Represents the combination of two proofs P and Q by a new type Sum.

Required Associated Types§

Implementations on Foreign Types§

Source§

impl<Q> ProofAdd for (NonEmpty, Q)

Source§

impl<Q> ProofAdd for (Unknown, Q)

Source§

type Sum = Q

Implementors§