[][src]Trait zbus_lib::client::RpcClient

pub trait RpcClient {
    fn deliver(&self, req: Request) -> ZbusResult<Response>;

    fn invoke(&self, req: Request) -> ZbusResult<Value> { ... }
}

Required methods

fn deliver(&self, req: Request) -> ZbusResult<Response>

Loading content...

Provided methods

fn invoke(&self, req: Request) -> ZbusResult<Value>

Loading content...

Implementors

impl RpcClient for WsRpcHandler[src]

Loading content...