pub trait CycleComplete<'a, Marker>where
Marker: CycleMarker,{
// Required method
fn complete(self, ident: Ident, expected_location: LocationId);
}
pub trait CycleComplete<'a, Marker>where
Marker: CycleMarker,{
// Required method
fn complete(self, ident: Ident, expected_location: LocationId);
}