Trait itoap::Integer[][src]

pub trait Integer: Sealed {
    const MAX_LEN: usize;
}

An integer that can be written to pointer.

Associated Constants

const MAX_LEN: usize[src]

Maximum digits of the integer

Loading content...

Implementations on Foreign Types

impl Integer for u8[src]

impl Integer for i8[src]

impl Integer for u16[src]

impl Integer for i16[src]

impl Integer for u32[src]

impl Integer for i32[src]

impl Integer for u64[src]

impl Integer for i64[src]

impl Integer for u128[src]

impl Integer for i128[src]

impl Integer for usize[src]

impl Integer for isize[src]

Loading content...

Implementors

Loading content...