Skip to main content

NestedCircuit

Type Alias NestedCircuit 

Source
pub type NestedCircuit = ChildCircuit<RootCircuit, <() as Timestamp>::Nested>;

Aliased Type§

pub struct NestedCircuit { /* private fields */ }

Implementations§

Source§

impl NestedCircuit

Source§

impl NestedCircuit

Source

pub fn accumulate_concat_zsets<K>( &self, streams: &[(Stream<Self, OrdZSet<K>>, bool)], ) -> Stream<Self, OrdZSet<K>>
where K: DBData,

Source

pub fn accumulate_concat_indexed_zsets<K, V>( &self, streams: &[(Stream<Self, OrdIndexedZSet<K, V>>, bool)], ) -> Stream<Self, OrdIndexedZSet<K, V>>
where K: DBData, V: DBData,