Function oe_rpc_servers::start_ipc
source · [−]pub fn start_ipc<M, S, H, T>(
addr: &str,
handler: H,
extractor: T
) -> Result<Server> where
M: Metadata,
S: Middleware<M>,
S::Future: Unpin,
S::CallFuture: Unpin,
H: Into<MetaIoHandler<M, S>>,
T: MetaExtractor<M>,
Expand description
Start IPC server listening on given path.