Trait beagle::scalar_array::ConcreteVecArray [] [src]

pub trait ConcreteVecArray: Sized + VecArrayVal + ConcreteScalarArray + HasConcreteVecArray<Self::Scalar, Concrete = Self> where
    <Self::Row as HasSmaller>::Smaller: Array<Self::Scalar>, 
{ fn from_vec_val(v: <Self::Row as Array<Self::Scalar>>::Type) -> Self; }

Vector types that can be constructed

Required Methods

Create from an array

Implementors