Home
last modified time | relevance | path

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

/aosp_15_r20/external/rust/android-crates-io/crates/etherparse/src/err/
Dvalue_too_big_error.rs6 pub struct ValueTooBigError<T: Sized + Clone + Display + Debug + Eq + PartialEq + Hash> { struct
17 impl<T> core::fmt::Display for ValueTooBigError<T> argument
32 impl<T> std::error::Error for ValueTooBigError<T> implementation