Home
last modified time | relevance | path

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

/system/see/authmgr/authmgr-be/src/
Dtraits.rs64 client_conn_handle: Box<dyn RawConnection>, in handover_client_connection()
116 pub trait RawConnection: Send { interface
Dauthorization.rs285 client_connection: Box<dyn RawConnection>, in init_connection_for_client()
/system/see/authmgr/authmgr-be-impl/src/
Dlib.rs81 _client_conn_handle: Box<dyn RawConnection>, in handover_client_connection()