Trait FusedLog10

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

Required Methods§

Source

fn f_log10(&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§