Docs.rs
orion-error-0.5.4
orion-error 0.5.4
Permalink
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
baoyachi
sec-wukong
Dependencies
derive-getters ~0.5
normal
derive_more ^2.0
normal
log ~0.4
normal
serde ^1.0
normal
thiserror ~2.0
normal
env_logger ^0.11
dev
parse-display-derive ^0.9.0
dev
serde_json ^1.0
dev
Versions
20.45%
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
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
TestAssert
orion_
error
0.5.4
Test
Assert
Required Associated Types
Output
Required Methods
assert
Implementations on Foreign Types
Option<T>
Result<T, E>
Implementors
In crate orion_
error
orion_error
Trait
Test
Assert
Copy item path
Source
pub trait TestAssert { type
Output
; // Required method fn
assert
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
assert
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl<T>
TestAssert
for
Option
<T>
Source
§
type
Output
= T
Source
§
fn
assert
(self) -> T
Source
§
impl<T, E>
TestAssert
for
Result
<T, E>
where E:
Display
,
Source
§
type
Output
= T
Source
§
fn
assert
(self) -> T
Implementors
§