Trait flatk::PushArrayToVec[][src]

pub trait PushArrayToVec<N> where
    N: Array<Self>,
    Self: Sized
{ fn push_to_vec(element: N::Array, set: &mut Vec<Self>); }

Required methods

This method tells this type how it can be pushed to a Vec as an array.

Implementors