pub trait FloatTypeInterface: Type {
// Required method
fn get_semantics(&self) -> Semantics;
}Expand description
Types that represent floating point numbers.
Required Methods§
Sourcefn get_semantics(&self) -> Semantics
fn get_semantics(&self) -> Semantics
Returns the semantics of the float type.