Trait VectorPromote

pub trait VectorPromote: Sized

Associated Types

type ElementType;

Required Methods

unsafe fn vec_promote(a: Self::ElementType, b: i32) -> MaybeUninit<Self>

Implementors