Trait bitcoin_ipc::Context
source · pub trait Context {
// Required method
fn context(&mut self) -> Rc<RefCell<IpcContext>>;
}
Required Methods§
sourcefn context(&mut self) -> Rc<RefCell<IpcContext>>
fn context(&mut self) -> Rc<RefCell<IpcContext>>
| IPC context struct accessor (see struct | definition for more description). |