Docs.rs
better-conversions-0.2.2
better-conversions 0.2.2
Docs.rs crate page
MIT
OR
Apache-2.0
Links
Homepage
Repository
crates.io
Source
Owners
Lozlof
Dependencies
Versions
5.56%
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
TryGoToF32
better_
conversions
0.2.2
TryGo
ToF32
Required Methods
try_goto_f32
Implementations on Foreign Types
f64
u32
u64
u128
usize
Implementors
In crate better_
conversions
better_conversions
Trait
TryGo
ToF32
Copy item path
Source
pub trait TryGoToF32 { // Required method fn
try_goto_f32
(&self) ->
Result
<
f32
,
ConversionError
>; }
Required Methods
§
Source
fn
try_goto_f32
(&self) ->
Result
<
f32
,
ConversionError
>
Implementations on Foreign Types
§
Source
§
impl
TryGoToF32
for
f64
Source
§
fn
try_goto_f32
(&self) ->
Result
<
f32
,
ConversionError
>
Source
§
impl
TryGoToF32
for
u32
Source
§
fn
try_goto_f32
(&self) ->
Result
<
f32
,
ConversionError
>
Source
§
impl
TryGoToF32
for
u64
Source
§
fn
try_goto_f32
(&self) ->
Result
<
f32
,
ConversionError
>
Source
§
impl
TryGoToF32
for
u128
Source
§
fn
try_goto_f32
(&self) ->
Result
<
f32
,
ConversionError
>
Source
§
impl
TryGoToF32
for
usize
Source
§
fn
try_goto_f32
(&self) ->
Result
<
f32
,
ConversionError
>
Implementors
§