Trait ResultNumberF64

Source
pub trait ResultNumberF64: PropertyInstanceGetter + PropertyInstanceSetter {
    // Provided method
    fn result(&self) -> Option<f64> { ... }
}

Provided Methods§

Source

fn result(&self) -> Option<f64>

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§