pub type ContactAlgorithm<N> = Box<dyn ContactManifoldGenerator<N>>;
Aliased Typeยง
struct ContactAlgorithm<N>(/* private fields */);
pub type ContactAlgorithm<N> = Box<dyn ContactManifoldGenerator<N>>;
struct ContactAlgorithm<N>(/* private fields */);