Trait otter_api_tests::authproofs::AuthorisationCombine [−][src]
pub trait AuthorisationCombine {
type Output;
pub fn combine(self) -> Authorisation<Self::Output> { ... }
}pub trait AuthorisationCombine {
type Output;
pub fn combine(self) -> Authorisation<Self::Output> { ... }
}pub fn combine(self) -> Authorisation<Self::Output>[src]impl<A, B, C> AuthorisationCombine for (Authorisation<A>, Authorisation<B>, Authorisation<C>)[src]impl<A, B> AuthorisationCombine for (Authorisation<A>, Authorisation<B>)[src]