Docs.rs
better-conversions-0.3.1
better-conversions 0.3.1
Permalink
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Lozlof
Dependencies
gistyr-lib ^0.1.3
normal
Versions
5.88%
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
Skip to main content
TryGoToUsize
better_
conversions
0.3.1
TryGo
ToUsize
Required Methods
try_goto_usize
Implementations on Foreign Types
f32
f64
u64
u128
Implementors
In crate better_
conversions
better_conversions
Trait
TryGo
ToUsize
Copy item path
Source
pub trait TryGoToUsize { // Required method fn
try_goto_usize
(&self) ->
Result
<
usize
,
Gistyr
>; }
Required Methods
§
Source
fn
try_goto_usize
(&self) ->
Result
<
usize
,
Gistyr
>
Implementations on Foreign Types
§
Source
§
impl
TryGoToUsize
for
f32
Source
§
fn
try_goto_usize
(&self) ->
Result
<
usize
,
Gistyr
>
Source
§
impl
TryGoToUsize
for
f64
Source
§
fn
try_goto_usize
(&self) ->
Result
<
usize
,
Gistyr
>
Source
§
impl
TryGoToUsize
for
u64
Source
§
fn
try_goto_usize
(&self) ->
Result
<
usize
,
Gistyr
>
Source
§
impl
TryGoToUsize
for
u128
Source
§
fn
try_goto_usize
(&self) ->
Result
<
usize
,
Gistyr
>
Implementors
§