Searched refs:AuthGraphKeyExchangeProxy (Results 1 – 1 of 1) sorted by relevance
1663 let ag = AuthGraphKeyExchangeProxy(self.0.getAuthGraphKe()?); in getAuthGraphKe()1676 struct AuthGraphKeyExchangeProxy(Strong<dyn IAuthGraphKeyExchange>); struct1678 impl Interface for AuthGraphKeyExchangeProxy {} implementation1680 impl IAuthGraphKeyExchange for AuthGraphKeyExchangeProxy { implementation