pub trait JointDef {
    // Required method
    fn joint_type() -> JointType
       where Self: Sized;
}

Required Methods§

source

fn joint_type() -> JointType
where Self: Sized,

Object Safety§

This trait is not object safe.

Implementors§