Docs.rs
atomr-streams-0.6.0
atomr-streams 0.6.0
Docs.rs crate page
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
cognect
Dependencies
async-trait ^0.1
normal
atomr-core ^0.6.0
normal
bytes ^1
normal
futures ^0.3
normal
futures-util ^0.3
normal
parking_lot ^0.12
normal
pin-project-lite ^0.2
normal
thiserror ^1
normal
tokio ^1.39
normal
tempfile ^3
dev
Versions
54.26%
of the crate is documented
Platform
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
Skip to main content
SinkRef
atomr_
streams
0.6.0
SinkRef
Aliased Type
In crate atomr_
streams
atomr_streams
Type Alias
SinkRef
Copy item path
Source
pub type SinkRef<T> =
Arc
<
SinkRefHandle
<T>>;
Aliased Type
§
pub struct SinkRef<T> {
/* private fields */
}