Skip to main content

DefaultExpand

Trait DefaultExpand 

Source
pub trait DefaultExpand: CubeType {
    // Required method
    fn __expand_default(scope: &mut Scope) -> Self::ExpandType;
}

Required Methods§

Source

fn __expand_default(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§