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.

Implementors