o2o 0.2.4

Object to Object mapper for Rust
Documentation
1
2
3
pub trait IntoExisting<T> {
    fn into_existing(self, other: &mut T) ;
}