Trait differential_dataflow::collection::AsCollection [] [src]

pub trait AsCollection<G: Scope, D: Data, R: Diff> {
    fn as_collection(&self) -> Collection<G, D, R>;
}

Conversion to a differential dataflow Collection.

Required Methods

Converts the type to a differential dataflow collection.

Implementations on Foreign Types

impl<G: Scope, D: Data, R: Diff> AsCollection<G, D, R> for Stream<G, (D, G::Timestamp, R)>
[src]

[src]

Implementors