Trait bitcoin_ipc::Protocol

source ·
pub trait Protocol: Connect + Serve + AddCleanup + Context { }
Expand description

| IPC protocol interface for calling IPC methods | over sockets. | | There may be different implementations of this | interface for different IPC protocols | (e.g. Cap’n Proto, gRPC, JSON-RPC, or custom | protocols).

Implementors§