Type Definition password_hash::Decimal[][src]

type Decimal = u32;

Type used to represent decimal (i.e. integer) values.

Trait Implementations

impl<'a> TryFrom<&'_ Value<'a>> for Decimal[src]

type Error = ParseError

The type returned in the event of a conversion error.

impl<'a> TryFrom<Value<'a>> for Decimal[src]

type Error = ParseError

The type returned in the event of a conversion error.