Docs.rs
async-ringbuf-0.0.3
async-ringbuf 0.0.3
Docs.rs crate page
MIT
/
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
nthend
agerasev
Dependencies
futures ^0.3.23
normal
ringbuf ^0.3.0-rc.0
normal
futures ^0.3.23
dev
Versions
16.95%
of the crate is documented
Go to latest version
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
☰
AsyncRbBase
Required Methods
is_closed
Implementors
In async_ringbuf::ring_buffer
?
Trait
async_ringbuf
::
ring_buffer
::
AsyncRbBase
source
·
[
−
]
pub trait AsyncRbBase<T>:
RbBase
<T> { fn
is_closed
(&self) ->
bool
; }
Required Methods
source
fn
is_closed
(&self) ->
bool
Implementors
source
impl<T, B:
Rb
<T>>
AsyncRbBase
<T> for
AsyncRb
<T, B>