Trait decorum::Primitive[][src]

pub trait Primitive: Copy + Sized { }

A primitive 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