Module prost_simple_rpc::descriptor[][src]

Traits for defining generic service descriptor definitions.

These traits are built on the assumption that some form of code generation is being used (e.g. using only &'static strs) but it's of course possible to implement these traits manually.

Traits

MethodDescriptor

A descriptor for a method available on an RPC service.

ServiceDescriptor

A descriptor for an available RPC service.