FloatOpsTS

Trait FloatOpsTS 

Source
pub trait FloatOpsTS:
    FloatOps
    + Sync
    + Send { }
Expand description

A thread-safe version of FloatOps.

This trait extends FloatOps with Send + Sync bounds for safe use in concurrent floating-point computations across multiple threads.

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§