Docs.rs
slog-async-2.8.0
slog-async 2.8.0
Docs.rs crate page
MPL-2.0 OR MIT OR Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
dpc
Techcable
njam
Dependencies
crossbeam-channel ^0.5
normal
slog ^2.1
normal
take_mut ^0.2.0
normal
thread_local ^1
normal
Versions
100%
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
☰
AsyncResult
In slog_async
?
Type Alias
slog_async
::
AsyncResult
source
·
[
−
]
pub type AsyncResult<T> =
Result
<T,
AsyncError
>;
Expand description
AsyncResult
alias