pub trait JointDef {
    // Required method
    fn joint_type() -> JointType
       where Self: Sized;
}Required Methods§
fn joint_type() -> JointTypewhere
    Self: Sized,
Object Safety§
This trait is not object safe.
pub trait JointDef {
    // Required method
    fn joint_type() -> JointType
       where Self: Sized;
}