Skip to main content

URational

Type Alias URational 

Source
pub type URational = Rational<u32>;

Aliased Type§

pub struct URational { /* private fields */ }

Trait Implementations§

Source§

impl TryFrom<Rational<i32>> for URational

Source§

type Error = ConvertError

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

fn try_from(value: IRational) -> Result<Self, Self::Error>

Performs the conversion.