Trait flatk::CloneIntoOther[][src]

pub trait CloneIntoOther<T = Self> where
    T: ?Sized
{ fn clone_into_other(&self, other: &mut T); }
Expand description

Clone self into a potentially different collection.

Required methods

Implementations on Foreign Types

Implementors