Trait moras::interface::remote::RpcServer

source ·
pub trait RpcServer {
    // Required methods
    fn start(&mut self) -> Result<(), Box<dyn Error>>;
    fn stop(&mut self);
}

Required Methods§

source

fn start(&mut self) -> Result<(), Box<dyn Error>>

source

fn stop(&mut self)

Implementors§