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