Docs.rs
fixed-num-0.1.1
fixed-num 0.1.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Repository
crates.io
Source
Owners
wdanilo
Dependencies
arrow-buffer ^55
normal
optional
ethnum ^1.5.1
normal
optional
fixed-num-helper ^0.1.1
normal
fixed-num-macro ^0.1.1
normal
paste ^1
normal
rand ^0.9
normal
fixed-num-validator ^0.1.1
dev
Versions
26.51%
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
fixed_
num
0.1.1
Unwrap
All
Required Associated Types
Output
Required Methods
unwrap_all
Implementations on Foreign Types
Option<T>
Implementors
In crate fixed_
num
fixed_num
Trait
UnwrapAll
Copy item path
Source
pub trait UnwrapAll { type
Output
; // Required method fn
unwrap_all
(self) -> Self::
Output
; }
Required Associated Types
§
Source
type
Output
Required Methods
§
Source
fn
unwrap_all
(self) -> Self::
Output
Implementations on Foreign Types
§
Source
§
impl<T>
UnwrapAll
for
Option
<T>
Source
§
type
Output
= T
Source
§
fn
unwrap_all
(self) -> Self::
Output
Implementors
§
Source
§
impl
UnwrapAll
for
Dec19x19
Source
§
type
Output
=
Dec19x19