Trait hrpc::IntoRequest[][src]

pub trait IntoRequest<T> {
    fn into_request(self) -> Request<T>;
}
Expand description

Trait used for blanket impls on generated protobuf types.

Required methods

Convert this to a hRPC request.

Implementors