Trait indexing::proof::ProofAdd [] [src]

pub trait ProofAdd {
    type Sum;
}

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

Associated Types

Implementations on Foreign Types

impl<Q> ProofAdd for (NonEmpty, Q)
[src]

impl<Q> ProofAdd for (Unknown, Q)
[src]

Implementors