num_rational

Trait Bits

Source
pub(crate) trait Bits {
    // Required method
    fn bits(&self) -> u64;
}

Required Methods§

Source

fn bits(&self) -> u64

Implementations on Foreign Types§

Source§

impl Bits for i128

Source§

fn bits(&self) -> u64

Implementors§