ruclif-core 0.1.8

Ruclif component containing core logic and common/shared entities
Documentation
1
2
3
pub trait IntoFrom<U, T>: Sized {
    fn into_from(self, arg: U) -> T;
}