Trait hydro_lang::cycle::CycleCollection
source · pub trait CycleCollection<'a, T>: CycleComplete<'a, T> {
type Location: Location<'a>;
// Required method
fn create_source(ident: Ident, location: Self::Location) -> Self;
}
Required Associated Types§
Required Methods§
fn create_source(ident: Ident, location: Self::Location) -> Self
Object Safety§
This trait is not object safe.