Searched defs:ValueTooBigError (Results 1 – 1 of 1) sorted by relevance
6 pub struct ValueTooBigError<T: Sized + Clone + Display + Debug + Eq + PartialEq + Hash> { struct17 impl<T> core::fmt::Display for ValueTooBigError<T> argument32 impl<T> std::error::Error for ValueTooBigError<T> implementation