pub trait BackwardCompat<T> { // Required method fn backward(self) -> Backward<T>; }
Convert a type into a forward compatibility wrapper object