pub trait ToOffset2D<T>: ToVector2D<T, Offset> { }
Trait alias for ToVector2D where Kind is Offset.
Kind