[][src]Trait delog::hex::Unsigned

pub trait Unsigned {
    pub const N: usize;
}

A type that specifies an unsigned integer.

We use this instead of typenum as the latter currently lacks a mapping from usize to the associated type.

Associated Constants

pub const N: usize[src]

The actual number.

Loading content...

Implementors

impl Unsigned for U1[src]

Loading content...