Skip to main content

GetFloatInfo

Trait GetFloatInfo 

Source
pub trait GetFloatInfo {
    // Required method
    fn finfo(&self) -> Result<FloatInfo>;
}

Required Methods§

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementations on Foreign Types§

Source§

impl GetFloatInfo for DType

Implementors§