Docs.rs
kujira-std-0.8.1
kujira-std 0.8.1
Docs.rs crate page
Apache-2.0
Links
Repository
crates.io
Source
Owners
codehans
AmitPr
Dependencies
cosmwasm-schema ^1.2
normal
cosmwasm-std ^1.2
normal
cw20 ^1.0
normal
hex ^0.4
normal
sha2 ^0.10
normal
thiserror ^1
normal
serde_json ^1.0
dev
Versions
0%
of the crate is documented
Go to latest version
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
☰
Precise
Required Methods
round
Implementations on Foreign Types
Decimal
Decimal256
Implementors
In kujira_std
?
Trait
kujira_std
::
Precise
source
·
[
−
]
pub trait Precise { // Required method fn
round
(&self, other: &
Precision
) -> Self; }
Required Methods
§
source
fn
round
(&self, other: &
Precision
) -> Self
Implementations on Foreign Types
§
source
§
impl
Precise
for
Decimal
source
§
fn
round
(&self, p: &
Precision
) -> Self
source
§
impl
Precise
for
Decimal256
source
§
fn
round
(&self, p: &
Precision
) -> Self
Implementors
§