pub unsafe trait Child<P>: Sized { }
Struct that is a child of the other struct.
This trait should not be implemented manually.