Docs.rs
revolt-result-0.9.3
revolt-result 0.9.3
Docs.rs crate page
MIT
Links
crates.io
Source
Owners
insertish
Dependencies
axum ^0.7.5
normal
optional
log ^0.4
normal
revolt_okapi ^0.9.1
normal
optional
revolt_rocket_okapi ^0.10.0
normal
optional
rocket ^0.5.0-rc.2
normal
optional
schemars ^0.8.8
normal
optional
sentry ^0.31.5
normal
optional
serde ^1
normal
optional
serde_json ^1
normal
optional
utoipa ^4.2.3
normal
optional
Versions
5.94%
of the crate is documented
Go to latest version
Platform
aarch64-apple-darwin
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
ToRevoltError
revolt_
result
0.9.3
ToRevolt
Error
Required Methods
to_internal_error
Implementations on Foreign Types
Option<T>
Implementors
In crate revolt_
result
revolt_result
Trait
ToRevolt
Error
Copy item path
Source
pub trait ToRevoltError<T> { // Required method fn
to_internal_error
(self) ->
Result
<T,
Error
>; }
Required Methods
§
Source
fn
to_internal_error
(self) ->
Result
<T,
Error
>
Implementations on Foreign Types
§
Source
§
impl<T>
ToRevoltError
<T> for
Option
<T>
Source
§
fn
to_internal_error
(self) ->
Result
<T,
Error
>
Implementors
§
Source
§
impl<T, E:
Debug
+
Error
>
ToRevoltError
<T> for
Result
<T, E>