Trait decorum::Primitive

source ·
pub trait Primitive: Copy + Sized { }
Expand description

A primitive floating-point value.

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

Implementations on Foreign Types

Implementors