pub type ErrorWithCycles = ErrorWithLocation<TestError, AfterCycles>;Aliased Type§
pub struct ErrorWithCycles(pub AfterCycles, pub TestError);Tuple Fields§
§0: AfterCycles§1: TestErrorpub type ErrorWithCycles = ErrorWithLocation<TestError, AfterCycles>;pub struct ErrorWithCycles(pub AfterCycles, pub TestError);0: AfterCycles§1: TestError