Trait hprose::rpc::Client [] [src]

pub trait Client {
    fn invoke<R: Decodable, A: Encodable>(
        &self,
        name: &str,
        args: &mut Vec<A>,
        settings: Option<InvokeSettings>
    ) -> InvokeResult<R>; }

Client is hprose client

Required Methods

Implementors