1
2
3
pub trait IntoExisting<T> {
    fn into_existing(self, other: &mut T) ;
}