[][src]Trait big_bytes::BigByte

pub trait BigByte {
    fn big_byte(&self, precision: usize) -> String;
}

Makes a type representable as a byte count.

Required methods

fn big_byte(&self, precision: usize) -> String

Represents self as a byte count.

Loading content...

Implementations on Foreign Types

impl BigByte for f32[src]

impl BigByte for f64[src]

impl BigByte for u8[src]

impl BigByte for u16[src]

impl BigByte for u32[src]

impl BigByte for u64[src]

impl BigByte for u128[src]

impl BigByte for usize[src]

Loading content...

Implementors

Loading content...