Trait ockam_entity::ConjunctionTrustPolicy
source ·
[−]pub trait ConjunctionTrustPolicy: TrustPolicy {
fn and<O: TrustPolicy>(self, other: O) -> AllTrustPolicy<Self, O> { ... }
}pub trait ConjunctionTrustPolicy: TrustPolicy {
fn and<O: TrustPolicy>(self, other: O) -> AllTrustPolicy<Self, O> { ... }
}