trait IntoRequestExt {
// Provided method
fn into_request(self) -> Request<Self>
where Self: Sized { ... }
}Expand description
Helper trait for converting types to tonic::Request
trait IntoRequestExt {
// Provided method
fn into_request(self) -> Request<Self>
where Self: Sized { ... }
}Helper trait for converting types to tonic::Request