Skip to main content

OneExpand

Trait OneExpand 

Source
pub trait OneExpand: CubeType + One {
    // Required method
    fn __expand_one(scope: &mut Scope) -> Self::ExpandType;
}

Required Methods§

Source

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.

Implementors§