ref-into 0.1.0

Conversion from reference to owned
Documentation
1
2
3
pub trait RefInto<T>: Sized {
    fn ref_into(&self) -> T;
}