Docs.rs
async-di-0.2.0
async-di 0.2.0
Permalink
Docs.rs crate page
Apache-2.0
OR
MIT
Links
Homepage
Repository
crates.io
Source
Owners
fluxxu
Dependencies
anyhow ^1.0
normal
async-trait ^0.1
normal
futures ^0.3
normal
thiserror ^1.0
normal
tokio ^1.2
normal
tracing ^0.1
normal
Versions
0%
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
Privacy policy
Rust
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
async_
di
0.2.0
Ref
Aliased Type
In crate async_
di
async_di
Type Alias
Ref
Copy item path
Source
pub type Ref<T> =
Arc
<T>;
Aliased Type
ยง
pub struct Ref<T> {
/* private fields */
}