Docs.rs
constriction-0.4.1
constriction 0.4.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
OR
BSL-1.0
Links
Homepage
Repository
crates.io
Source
Owners
robamler
Dependencies
hashbrown ^0.15.0
normal
libm ^0.2.6
normal
num-traits ^0.2.15
normal
numpy ^0.22
normal
optional
probability ^0.20
normal
pyo3 ^0.22.5
normal
optional
smallvec ^1.6.1
normal
byteorder ^1.4.2
dev
criterion ^0.5.1
dev
rand ^0.8.3
dev
rand_pcg ^0.3
dev
rand_xoshiro ^0.6
dev
Versions
62.57%
of the crate is documented
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
UnwrapInfallible
constriction
0.4.1
Unwrap
Infallible
Required Methods
unwrap_infallible
Implementations on Foreign Types
Result<T, CoderError<Infallible, Infallible>>
Result<T, Infallible>
Implementors
In crate constriction
constriction
Trait
Unwrap
Infallible
Copy item path
Source
pub trait UnwrapInfallible<T> { // Required method fn
unwrap_infallible
(self) -> T; }
Required Methods
§
Source
fn
unwrap_infallible
(self) -> T
Implementations on Foreign Types
§
Source
§
impl<T>
UnwrapInfallible
<T> for
Result
<T,
CoderError
<
Infallible
,
Infallible
>>
Source
§
fn
unwrap_infallible
(self) -> T
Source
§
impl<T>
UnwrapInfallible
<T> for
Result
<T,
Infallible
>
Source
§
fn
unwrap_infallible
(self) -> T
Implementors
§