Address
:
[go:
up one dir
,
main page
]
Include Form
Remove Scripts
Accept Cookies
Show Images
Show Referer
Rotate13
Base64
Strip Meta
Strip Title
Session Cookies
Docs.rs
conv-0.3.3
conv 0.3.3
Docs.rs crate page
MIT
Links
Documentation
Repository
crates.io
Source
Owners
DanielKeep
Dependencies
custom_derive ^0.1.2
normal
quickcheck ^0.2.21, <0.2.25
dev
Versions
100%
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
conv
0.3.3
Approx
Scheme
Implementors
In crate conv
conv
Trait
ApproxScheme
Copy item path
Source
pub trait ApproxScheme { }
Expand description
This trait is used to mark approximation scheme types.
Implementors
§
Source
§
impl
ApproxScheme
for
DefaultApprox
Source
§
impl
ApproxScheme
for
RoundToNearest
Source
§
impl
ApproxScheme
for
RoundToNegInf
Source
§
impl
ApproxScheme
for
RoundToPosInf
Source
§
impl
ApproxScheme
for
RoundToZero
Source
§
impl
ApproxScheme
for
Wrapping