Home
last modified time | relevance | path

Searched defs:RawConnectionInfo (Results 1 – 1 of 1) sorted by relevance

/system/see/authmgr/authmgr-be/src/
Dtests.rs93 pub fn create_connection_and_token_for_client(&self) -> (RawConnectionInfo, Token) { in create_connection_and_token_for_client()
193 pub struct RawConnectionInfo { struct
200 impl RawConnectionInfo { argument
207 impl RawConnection for RawConnectionInfo { implementation