[][src]Trait flatk::PushArrayTo

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

fn push_to(element: N::Array, set: &mut S)

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

Loading content...

Implementors

impl<S: Set + Push<<S as Set>::Elem>, N: Array<<S as Set>::Elem>> PushArrayTo<S, N> for S::Elem where
    <S as Set>::Elem: Clone
[src]

Loading content...