Trait otter::authproofs::AuthorisationCombine[][src]

pub trait AuthorisationCombine: Sized {
    type Output;
    fn combine(self) -> Authorisation<Self::Output> { ... }
}

Associated Types

Provided methods

Implementations on Foreign Types

Implementors