CycleCollectionWithInitial

Trait CycleCollectionWithInitial 

Source
pub trait CycleCollectionWithInitial<'a, Marker>: CycleComplete<'a, Marker>
where Marker: CycleMarker,
{ 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

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§