Trait hydro_lang::cycle::CycleCollectionWithInitial

source ·
pub trait CycleCollectionWithInitial<'a, T>: CycleComplete<'a, T> {
    type Location: Location<'a>;

    // Required method
    fn create_source(
        ident: Ident,
        initial: Self,
        location: Self::Location,
    ) -> Self;
}

Required Associated Types§

Required Methods§

source

fn create_source(ident: Ident, initial: Self, location: Self::Location) -> Self

Object Safety§

This trait is not object safe.

Implementors§