Docs.rs
timely-util-0.1.1
timely-util 0.1.1
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
cdstanford
Dependencies
abomonation ^0.7.3
normal
abomonation_derive ^0.5.0
normal
chrono ^0.4.15
normal
nix ^0.19.0
normal
structopt ^0.3.20
normal
timely ^0.12.0
normal
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
x86_64-apple-darwin
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
timely_
util
0.1.1
Sum
Required Methods
sum
Implementors
In timely_
util::
operators
timely_util
::
operators
Trait
Sum
Copy item path
Source
pub trait Sum<G:
Scope
> { // Required method fn
sum
(&self) ->
Stream
<G,
usize
>; }
Required Methods
§
Source
fn
sum
(&self) ->
Stream
<G,
usize
>
Implementors
§
Source
§
impl<G:
Scope
>
Sum
<G> for
Stream
<G,
usize
>