pub trait ForwardCompat<T> { // Required method fn forward(self) -> Forward<T>; }
Helper trait to convert a type for forward compatibility