Home
last modified time | relevance | path

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

/trusty/user/app/authmgr/authmgr-be/lib/src/
Dserver.rs45 pub struct AuthMgrService { struct
48 handle_set: Weak<HandleSetWrapper<AuthMgrServices>>, argument
51 impl AuthMgrService { argument
65 unsafe impl Send for AuthMgrService {} implementation
95 impl UnbufferedService for AuthMgrService { implementation