Trait flatk::PushArrayTo[][src]

pub trait PushArrayTo<S, N> where
    S: Set,
    N: Array<<S as Set>::Elem>, 
{ fn push_to(element: N::Array, set: &mut S); }

Required methods

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

Implementors