Trait bitcoin_ipc::ProcessInterface
source · pub trait ProcessInterface: Spawn + WaitSpawned + CheckSpawned { }
Expand description
| IPC process interface for spawning bitcoin | processes and serving requests in processes | that have been spawned. | | There will be different implementations of | this interface depending on the platform | (e.g. unix, windows).