ErrorWithCycles

Type Alias ErrorWithCycles 

Source
pub type ErrorWithCycles = ErrorWithLocation<TestError, AfterCycles>;

Aliased Type§

pub struct ErrorWithCycles(pub AfterCycles, pub TestError);

Tuple Fields§

§0: AfterCycles§1: TestError