Skip to main content

TestIpcClient

Type Alias TestIpcClient 

Source
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, ()>>>>