[][src]Trait dia_range::RangeType

pub trait RangeType<U>: Ops where
    U: Ops
{ fn estimate_size(&self, other: Self) -> U; }
Deprecated:

for internal use only

Required methods

fn estimate_size(&self, other: Self) -> U

Deprecated:

for internal use only

Loading content...

Implementations on Foreign Types

impl RangeType<u8> for i8[src]

impl RangeType<u16> for i16[src]

impl RangeType<u32> for i32[src]

impl RangeType<u64> for i64[src]

impl RangeType<u128> for i128[src]

impl RangeType<usize> for isize[src]

impl RangeType<u8> for u8[src]

impl RangeType<u16> for u16[src]

impl RangeType<u32> for u32[src]

impl RangeType<u64> for u64[src]

impl RangeType<u128> for u128[src]

impl RangeType<usize> for usize[src]

Loading content...

Implementors

Loading content...