Searched defs:ErrorSourceList (Results 1 – 1 of 1) sorted by relevance
1314 struct ErrorSourceList<'a>(&'a (dyn std::error::Error + 'static)); struct1316 impl<'a> Display for ErrorSourceList<'a> { implementation