pub trait MixedWrapPhase {
// Required method
fn mixed_wrap_phase(&self) -> Self;
}Required Methods§
Sourcefn mixed_wrap_phase(&self) -> Self
fn mixed_wrap_phase(&self) -> Self
Wrapps self to the -π=<x<π range.
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.