Trait fructose::properties::archimedean::ArchimedeanProperty[][src]

pub trait ArchimedeanProperty: PartialOrd + Associative<Additive> { }

Implementations on Foreign Types

impl ArchimedeanProperty for u8[src]

impl ArchimedeanProperty for u16[src]

impl ArchimedeanProperty for u32[src]

impl ArchimedeanProperty for u64[src]

impl ArchimedeanProperty for u128[src]

impl ArchimedeanProperty for usize[src]

impl ArchimedeanProperty for i8[src]

impl ArchimedeanProperty for i16[src]

impl ArchimedeanProperty for i32[src]

impl ArchimedeanProperty for i64[src]

impl ArchimedeanProperty for i128[src]

impl ArchimedeanProperty for isize[src]

impl ArchimedeanProperty for f32[src]

impl ArchimedeanProperty for f64[src]

Loading content...

Implementors

Loading content...