pub trait IntoRequestParts {
// Required method
fn into_request_parts(self) -> Parts;
}Expand description
Turn the item into http::request::Parts infallibly
Required Methods§
Sourcefn into_request_parts(self) -> Parts
fn into_request_parts(self) -> Parts
Produce http::request::Parts