Docs.rs
password-hash-0.5.0
password-hash 0.5.0
Permalink
Docs.rs crate page
MIT OR Apache-2.0
Links
Repository
crates.io
Source
Owners
newpavlov
github:rustcrypto:traits
Dependencies
base64ct ^1
normal
rand_core ^0.6.4
normal
optional
subtle ^2
normal
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
Rust
About docs.rs
Privacy policy
Rust website
The Book
Standard Library API Reference
Rust by Example
The Cargo Guide
Clippy Documentation
password_
hash
0.5.0
Decimal
Trait Implementations
TryFrom<&Value<'a>>
TryFrom<Value<'a>>
In crate password_
hash
Type Alias
password_hash
::
Decimal
Copy item path
source
·
[
−
]
pub type Decimal =
u32
;
Expand description
Type used to represent decimal (i.e. integer) values.
Trait Implementations
§
source
§
impl<'a>
TryFrom
<&
Value
<'a>> for
Decimal
source
§
type
Error
=
Error
The type returned in the event of a conversion error.
source
§
fn
try_from
(value: &
Value
<'a>) ->
Result
<
Decimal
>
Performs the conversion.
source
§
impl<'a>
TryFrom
<
Value
<'a>> for
Decimal
source
§
type
Error
=
Error
The type returned in the event of a conversion error.
source
§
fn
try_from
(value:
Value
<'a>) ->
Result
<
Decimal
>
Performs the conversion.