Home
last modified time | relevance | path

Searched defs:IntoResponseParts (Results 1 – 1 of 1) sorted by relevance

/external/rust/crates/axum-core/src/response/
Dinto_response_parts.rs73 pub trait IntoResponseParts { trait
137 impl<K, V, const N: usize> IntoResponseParts for [(K, V); N] impl
227 impl<$($ty,)*> IntoResponseParts for ($($ty,)*) impl