Trait nested_intervals::Rangable

source ·
pub trait Rangable: PrimInt { }
Expand description

the integer type for the interval’s ranges. e.g. u32, u64

Object Safety§

This trait is not object safe.

Implementations on Foreign Types§

source§

impl Rangable for i16

source§

impl Rangable for i32

source§

impl Rangable for i64

source§

impl Rangable for i128

source§

impl Rangable for u16

source§

impl Rangable for u32

source§

impl Rangable for u64

source§

impl Rangable for u128

Implementors§