Type Alias OddUint

Source
pub type OddUint = Odd<Uint>;
Available on crate feature bigint only.
Expand description

Odd Uint.

Aliased Type§

pub struct OddUint(/* private fields */);

Trait Implementations§

Source§

impl TryFrom<&Mpint> for OddUint

Available on crate feature alloc only.
Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(mpint: &Mpint) -> Result<OddUint>

Performs the conversion.
Source§

impl TryFrom<Mpint> for OddUint

Available on crate feature alloc only.
Source§

type Error = Error

The type returned in the event of a conversion error.
Source§

fn try_from(mpint: Mpint) -> Result<OddUint>

Performs the conversion.