IntoRequestExt

Trait IntoRequestExt 

Source
trait IntoRequestExt {
    // Provided method
    fn into_request(self) -> Request<Self>
       where Self: Sized { ... }
}
Expand description

Helper trait for converting types to tonic::Request

Provided Methods§

Source

fn into_request(self) -> Request<Self>
where Self: Sized,

Implementors§