Trait hydro_lang::cycle::CycleComplete
source · pub trait CycleComplete<'a, T> {
// Required method
fn complete(self, ident: Ident, expected_location: LocationId);
}
pub trait CycleComplete<'a, T> {
// Required method
fn complete(self, ident: Ident, expected_location: LocationId);
}