Docs.rs
dark-std-0.2.10
dark-std 0.2.10
Docs.rs crate page
MIT
/
Apache-2.0
Links
Repository
crates.io
Source
Owners
zhuxiujia
Dependencies
flume ^0.11
normal
parking_lot ^0.12
normal
serde ^1.0
normal
crossbeam ^0.8
dev
tokio ^1.0
dev
Versions
6.67%
of the crate is documented
This release has been yanked, 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
dark_std
0.2.10
FromError
Required Methods
from_err
Object Safety
Implementors
In dark_std::errors
?
Trait
dark_std
::
errors
::
FromError
source
·
[
−
]
pub trait FromError<T>:
Sized
{ // Required method fn
from_err
(_: T) ->
Error
; }
Required Methods
§
source
fn
from_err
(_: T) ->
Error
Object Safety
§
This trait is
not
object safe
.
Implementors
§