Searched defs:AuthGraphChannel (Results 1 – 1 of 1) sorted by relevance
112 pub struct AuthGraphChannel(pub Arc<Mutex<LocalTa>>); struct114 impl SerializedChannel for AuthGraphChannel { implementation