BuildChunkScope

Trait BuildChunkScope 

Source
pub trait BuildChunkScope<S2: SyncScope>: SyncScope {
    type CS: ChunkScope<FromScope = Self, ToScope = S2>;

    // Required method
    fn build_chunk_scope(&self, to: S2) -> Self::CS;
}

Required Associated Types§

Source

type CS: ChunkScope<FromScope = Self, ToScope = S2>

Required Methods§

Source

fn build_chunk_scope(&self, to: S2) -> Self::CS

Implementors§