Trait nekolib_doc::ds::WmIntRange

source ·
pub trait WmIntRange {
    type Int;

    // Required method
    fn to_inclusive_range(self) -> RangeInclusive<Self::Int>;
}

Required Associated Types§

Required Methods§

Implementations on Foreign Types§

source§

impl WmIntRange for u8

source§

impl WmIntRange for u16

source§

impl WmIntRange for u32

source§

impl WmIntRange for u64

source§

impl WmIntRange for u128

source§

impl WmIntRange for usize

source§

impl WmIntRange for RangeInclusive<u8>

source§

impl WmIntRange for RangeInclusive<u16>

source§

impl WmIntRange for RangeInclusive<u32>

source§

impl WmIntRange for RangeInclusive<u64>

source§

impl WmIntRange for RangeInclusive<u128>

source§

impl WmIntRange for RangeInclusive<usize>

Implementors§