Trait tylar::PosType [] [src]

pub trait PosType: NumType + Into<u64> + Into<u32> + Into<u16> + Into<u8> + Into<usize> { }

Marker trait for positive numbers (including zero).

Implementors