Docs.rs
lunatic-common-api-0.13.2
lunatic-common-api 0.13.2
Docs.rs crate page
Apache-2.0/MIT
Links
Homepage
Repository
crates.io
Source
Owners
bkolobara
Dependencies
anyhow ^1.0
normal
wasmtime ^8
normal
Versions
0%
of the crate is documented
Platform
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
☰
IntoTrap
Required Methods
or_trap
Implementations on Foreign Types
Option<T>
Result<T, E>
Implementors
In lunatic_common_api
?
Trait
lunatic_common_api
::
IntoTrap
source
·
[
−
]
pub trait IntoTrap<T> { // Required method fn
or_trap
<S:
Display
>(self, info: S) ->
Result
<T>; }
Required Methods
§
source
fn
or_trap
<S:
Display
>(self, info: S) ->
Result
<T>
Implementations on Foreign Types
§
source
§
impl<T, E:
Display
>
IntoTrap
<T> for
Result
<T, E>
source
§
fn
or_trap
<S:
Display
>(self, info: S) ->
Result
<T>
source
§
impl<T>
IntoTrap
<T> for
Option
<T>
source
§
fn
or_trap
<S:
Display
>(self, info: S) ->
Result
<T>
Implementors
§