Trait differential_dataflow::collection::AsCollection

source ·
pub trait AsCollection<G: Scope, D, R, C> {
    // Required method
    fn as_collection(&self) -> Collection<G, D, R, C>;
}
Expand description

Conversion to a differential dataflow Collection.

Required Methods§

source

fn as_collection(&self) -> Collection<G, D, R, C>

Converts the type to a differential dataflow collection.

Implementations on Foreign Types§

source§

impl<G: Scope, D, R, C: Clone> AsCollection<G, D, R, C> for StreamCore<G, C>

source§

fn as_collection(&self) -> Collection<G, D, R, C>

Implementors§