Trait FusedExp10

Source
pub trait FusedExp10<T> {
    // Required method
    fn f_exp10(&self) -> Self;
}

Required Methods§

Source

fn f_exp10(&self) -> Self

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementors§