Searched defs:DisplayVec (Results 1 – 1 of 1) sorted by relevance
955 struct DisplayVec<T>(Vec<T>); in extract_std_error() struct972 impl<T: fmt::Debug> fmt::Display for DisplayVec<T> { in extract_std_error() implementation