Trait vortex::IntoArray

source ·
pub trait IntoArray {
    // Required method
    fn into_array(self) -> Array;
}

Required Methods§

Implementations on Foreign Types§

source§

impl<T: NativePType> IntoArray for Vec<T>

Implementors§