pub trait TraceOneElement {
// Required method
fn trace_one_element() -> Self;
}
Expand description
Provides a field element of trace 1.
Required Methods§
Sourcefn trace_one_element() -> Self
fn trace_one_element() -> Self
Returns a field element which has trace 1.
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.