pub trait OneExpand: CubeType + One {
// Required method
fn __expand_one(scope: &mut Scope) -> Self::ExpandType;
}Required Methods§
fn __expand_one(scope: &mut Scope) -> Self::ExpandType
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.