Trait bitcoin_ipc::Context

source ·
pub trait Context {
    // Required method
    fn context(&mut self) -> Rc<RefCell<IpcContext>>;
}

Required Methods§

source

fn context(&mut self) -> Rc<RefCell<IpcContext>>

| IPC context struct accessor (see struct | definition for more description). |

Implementors§