Trait tiny_rpc::rpc::Rpc[][src]

pub trait Rpc {
    type Request;
    type Response;
}

The Rpc trait defined a rpc service by definding several necessary items.

The implementation is usually generated by macro.

Associated Types

Loading content...

Implementors

Loading content...