Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/axum-core/src/ext_traits/
Drequest_parts.rs114 fn extract_with_state<'a, E, S>( in extract_with_state() method
131 fn extract_with_state<'a, E, S>( in extract_with_state() method
165 async fn extract_with_state() { in extract_with_state() function
Drequest.rs130 fn extract_with_state<E, S, M>(self, state: &S) -> BoxFuture<'_, Result<E, E::Rejection>> in extract_with_state() method
283 fn extract_with_state<E, S, M>(self, state: &S) -> BoxFuture<'_, Result<E, E::Rejection>> in extract_with_state() function
378 async fn extract_with_state() { in extract_with_state() function