Home
last modified time | relevance | path

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

/external/rust/android-crates-io/crates/axum-core/src/ext_traits/
Drequest.rs263 fn with_limited_body(self) -> Result<Request<Limited<B>>, Request<B>>; in with_limited_body() method
327 fn with_limited_body(self) -> Result<Request<Limited<B>>, Request<B>> { in with_limited_body() function