pub trait CompatibleTo<Current> {
// Required method
fn into_current(self) -> Current;
}Expand description
The Old is CompatibleTo<Current> version of the struct
pub trait CompatibleTo<Current> {
// Required method
fn into_current(self) -> Current;
}The Old is CompatibleTo<Current> version of the struct