Trait decorum::Primitive [] [src]

pub trait Primitive { }

A raw floating point value.

This trait differentiates types that implement floating point traits but may not be primitive types.

Implementations on Foreign Types

impl Primitive for f32
[src]

impl Primitive for f64
[src]

Implementors