pub trait UserDataTypes {
    type BodyData: Sized;
    type JointData: Sized;
    type FixtureData: Sized;
}

Required Associated Types§

Implementors§