Trait differential_dataflow::collection::AsCollection
source · [−]pub trait AsCollection<G: Scope, D: Data, R: Semigroup> {
fn as_collection(&self) -> Collection<G, D, R>;
}
Expand description
Conversion to a differential dataflow Collection.
Required methods
fn as_collection(&self) -> Collection<G, D, R>
fn as_collection(&self) -> Collection<G, D, R>
Converts the type to a differential dataflow collection.