Docs.rs
disk-mpmc-0.4.2
disk-mpmc 0.4.2
Docs.rs crate page
MIT
Links
Homepage
Repository
crates.io
Source
Owners
mostlymaxi
Dependencies
const-str ^0.5.7
normal
linux-futex ^1.0.0
normal
mmapcell ^0.1.2
normal
parking_lot ^0.12.3
normal
tracing ^0.1.40
normal
rand ^0.8.5
dev
tracing-subscriber ^0.3.18
dev
Versions
0%
of the crate is documented
Platform
i686-unknown-linux-gnu
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
disk_
mpmc
0.4.2
GenReceiver
Required Methods
pop
Implementors
In crate disk_
mpmc
disk_mpmc
Trait
GenReceiver
Copy item path
Source
pub trait GenReceiver { // Required method fn
pop
(&mut self) ->
Result
<&[
u8
],
Error
>; }
Required Methods
§
Source
fn
pop
(&mut self) ->
Result
<&[
u8
],
Error
>
Implementors
§
Source
§
impl
GenReceiver
for
Receiver
<
Anonymous
>
Source
§
impl
GenReceiver
for
Receiver
<
Grouped
>