Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/http-body/src/
Dlimited.rs104 pub struct LengthLimitError; struct
106 impl fmt::Display for LengthLimitError { implementation
112 impl Error for LengthLimitError {} implementation