Docs.rs
async-ringbuf-0.1.2
async-ringbuf 0.1.2
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.2
normal
tokio ^1.0
normal
futures ^0.3.23
dev
Versions
17.54%
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
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>