Docs.rs
orion-error-0.6.0
orion-error 0.6.0
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
baoyachi
seeker-zuo
Dependencies
derive_more ^2.1
normal
log ^0.4
normal
optional
serde ^1.0
normal
optional
thiserror ^2.0
normal
tracing ^0.1
normal
optional
env_logger ^0.11
dev
parse-display-derive ^0.10
dev
serde_json ^1.0
dev
Versions
26.97%
of the crate is documented
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
ContextRecord
orion_
error
0.6.0
Context
Record
Required Methods
record
Implementors
In crate orion_
error
orion_error
Trait
Context
Record
Copy item path
Source
pub trait ContextRecord<S1, S2> { // Required method fn
record
(&mut self, key: S1, val: S2); }
Required Methods
§
Source
fn
record
(&mut self, key: S1, val: S2)
Implementors
§
Source
§
impl<S1>
ContextRecord
<S1, &
str
> for
OperationContext
where S1:
Into
<
String
>,
Source
§
impl<S1>
ContextRecord
<S1, &
Path
> for
OperationContext
where S1:
Into
<
String
>,
Source
§
impl<S1>
ContextRecord
<S1, &
PathBuf
> for
OperationContext
where S1:
Into
<
String
>,
Source
§
impl<S1>
ContextRecord
<S1,
String
> for
OperationContext
where S1:
Into
<
String
>,