Trait ockam_entity::DisjunctionTrustPolicy[][src]

pub trait DisjunctionTrustPolicy: TrustPolicy {
    fn or<O: TrustPolicy>(self, other: O) -> AnyTrustPolicy<Self, O> { ... }
}

Provided methods

fn or<O: TrustPolicy>(self, other: O) -> AnyTrustPolicy<Self, O>[src]

Implementors

impl<T> DisjunctionTrustPolicy for T where
    T: TrustPolicy
[src]