pub trait AbsNativeExpand {
type AbsElem: Scalar;
// Required method
fn __expand_native_abs(scope: &Scope, input: ExpandValue) -> ExpandValue;
}Required Associated Types§
Required Methods§
fn __expand_native_abs(scope: &Scope, input: ExpandValue) -> ExpandValue
Dyn Compatibility§
This trait is not dyn compatible.
In older versions of Rust, dyn compatibility was called "object safety".