Docs.rs
orion-error-0.7.0
orion-error 0.7.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
baoyachi
seeker-zuo
Dependencies
anyhow ^1.0
normal
optional
derive_more ^2.1
normal
log ^0.4
normal
optional
orion-error-derive ^0.7.0
normal
optional
serde ^1.0
normal
optional
serde_json ^1.0
normal
optional
thiserror ^2.0
normal
toml ^0.8
normal
optional
tracing ^0.1
normal
optional
env_logger ^0.11
dev
parse-display-derive ^0.10
dev
serde_json ^1.0
dev
Versions
17.42%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
aarch64-unknown-linux-gnu
i686-pc-windows-msvc
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
Skip to main content
IntoSourcePayload
orion_
error
0.7.0
Into
Source
Payload
Required Methods
into_source_payload
Implementors
In orion_
error::
bridge
orion_error
::
bridge
Trait
Into
Source
Payload
Copy item path
Source
pub trait IntoSourcePayload { // Required method fn
into_source_payload
(self) ->
SourcePayload
; }
Required Methods
§
Source
fn
into_source_payload
(self) ->
SourcePayload
Implementors
§
Source
§
impl<E>
IntoSourcePayload
for E
where E:
StdError
+
Send
+
Sync
+ 'static,
Source
§
impl<R>
IntoSourcePayload
for
StructError
<R>
where R: DomainReason +
ErrorCode
+
Debug
+
Display
+
Send
+
Sync
+ 'static,