Trait bitcoin_ipc::CheckSpawned
source · pub trait CheckSpawned {
// Required method
fn check_spawned(
&mut self,
argc: i32,
argv: &[*mut u8],
fd: &mut i32
) -> bool;
}
pub trait CheckSpawned {
// Required method
fn check_spawned(
&mut self,
argc: i32,
argv: &[*mut u8],
fd: &mut i32
) -> bool;
}