Trait hrpc::IntoRequest[][src]

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

Trait used for blanket impls on generated protobuf types.

Required methods

fn into_request(self) -> Request<T>[src]

Convert this to a request.

Loading content...

Implementors

impl<T> IntoRequest<T> for Request<T>[src]

impl<T> IntoRequest<T> for T[src]

Loading content...