pub type TestIpcClient = IpcClientImpl<NoEncryptionCryptoProvider, TestCommunicationBackend, InMemorySessionRepository<()>>;Aliased Type§
pub struct TestIpcClient {
inner: Arc<IpcClientInner<NoEncryptionCryptoProvider, TestCommunicationBackend, RwLock<HashMap<Endpoint, ()>>>>,
}Fields§
§inner: Arc<IpcClientInner<NoEncryptionCryptoProvider, TestCommunicationBackend, RwLock<HashMap<Endpoint, ()>>>>