Skip to main content

ZeroExpand

Trait ZeroExpand 

Source
pub trait ZeroExpand: CubeType + Zero {
    // Required method
    fn __expand_zero(scope: &mut Scope) -> Self::ExpandType;
}

Required Methods§

Source

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