Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum/src/
Dtyped_header.rs109 pub struct TypedHeaderRejection { struct
111 reason: TypedHeaderRejectionReason, argument
114 impl TypedHeaderRejection { argument
137 impl IntoResponse for TypedHeaderRejection { implementation
143 impl std::fmt::Display for TypedHeaderRejection { implementation
156 impl std::error::Error for TypedHeaderRejection { implementation