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§
sourcefn as_collection(&self) -> Collection<G, D, R, C>
fn as_collection(&self) -> Collection<G, D, R, C>
Converts the type to a differential dataflow collection.