Trait bitcoin_init::Ipc

source ·
pub trait Ipc {
    // Required method
    fn ipc(&mut self) -> Rc<RefCell<dyn Ipc>>;
}

Required Methods§

source

fn ipc(&mut self) -> Rc<RefCell<dyn Ipc>>

Implementors§

source§

impl<T: Init> Ipc for T