Docs.rs
taski-0.0.5
taski 0.0.5
Docs.rs crate page
Links
Homepage
Repository
crates.io
Source
Owners
romnn
Dependencies
async-trait ^0
normal
futures ^0.3
normal
layout-rs ^0.1
normal
optional
log ^0
normal
palette ^0
normal
optional
petgraph ^0
normal
plotters ^0.3
normal
optional
rand ^0
normal
optional
rand_chacha ^0
normal
optional
thiserror ^1
normal
color-eyre ^0
dev
env_logger ^0
dev
itertools ^0
dev
tokio ^1
dev
Versions
32.97%
of the crate is documented
Go to latest version
Platform
i686-pc-windows-msvc
x86_64-apple-darwin
x86_64-pc-windows-msvc
x86_64-unknown-linux-gnu
Feature flags
docs.rs
About docs.rs
Badges
Builds
Metadata
Shorthand URLs
Download
Rustdoc JSON
Build queue
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
taski
0.0.5
Dependency
Required Methods
output
Implementors
In taski::
dependency
taski
::
dependency
Trait
Dependency
Copy item path
Source
pub trait Dependency<O, L>:
Schedulable
<L> { // Required method fn
output
(&self) ->
Option
<O>; }
Required Methods
§
Source
fn
output
(&self) ->
Option
<O>
Implementors
§
Source
§
impl<I, O, L>
Dependency
<O, L> for
Node
<I, O, L>
where I:
Debug
+
Send
+
Sync
+ 'static, O:
Debug
+
Clone
+
Send
+
Sync
+ 'static, L:
Debug
+
Sync
+ 'static,