pub trait AuthorisationInstanceNameExt {
    fn bundles(self) -> Authorisation<Id>;
}

Required Methods

Implementors