Docs.rs
scsys-actors-0.2.3
scsys-actors 0.2.3
Permalink
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
FL03
Dependencies
async-trait ^0.1
normal
futures ^0.3
normal
glob ^0.3
normal
paste ^1
normal
scsys-core ^0.2.3
normal
serde ^1
normal
optional
smart-default ^0.7
normal
strum ^0.26
normal
tokio ^1
normal
optional
Versions
6.67%
of the crate is documented
Platform
i686-pc-windows-msvc
i686-unknown-linux-gnu
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
scsys_
actors
0.2.3
Job
Aliased Type
In crate scsys_
actors
scsys_actors
Type Alias
Job
Copy item path
Source
pub type Job =
Box
<dyn
FnOnce
() +
Send
+ 'static>;
Aliased Type
ยง
struct Job(
/* private fields */
);