Docs.rs
fluentbase-types-1.1.2
fluentbase-types 1.1.2
Docs.rs crate page
MIT
Links
Repository
crates.io
Source
Owners
dmitry123
Dependencies
alloy-primitives ^1.5.0
normal
bincode ^2.0.1
normal
byteorder ^1.5.0
normal
fluentbase-codec ^1.1.2
normal
fluentbase-codec-derive ^1.1.2
normal
hashbrown ^0.16.0
normal
paste ^1.0
normal
rwasm ^0.4.3
normal
serde ^1.0.203
normal
strum_macros ^0.27.1
normal
Versions
42.15%
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
UnwrapExitCode
fluentbase_
types
1.1.2
Unwrap
Exit
Code
Required Methods
unwrap_exit_code
Implementations on Foreign Types
Result<T, ExitCode>
Implementors
In crate fluentbase_
types
fluentbase_types
Trait
Unwrap
Exit
Code
Copy item path
Source
pub trait UnwrapExitCode<T> { // Required method fn
unwrap_exit_code
(self) -> T; }
Required Methods
§
Source
fn
unwrap_exit_code
(self) -> T
Implementations on Foreign Types
§
Source
§
impl<T>
UnwrapExitCode
<T> for
Result
<T,
ExitCode
>
Source
§
fn
unwrap_exit_code
(self) -> T
Implementors
§