pub trait RealConversions { // Required method fn as_r32(&self) -> R32; }
A trait for converting into an R32.