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