pub fn as_new<N: New>(constructor: N) -> impl ValueParam<N::Output>
Expand description
Explicitly force a value parameter to be taken using any type of crate::moveit::new::New
,
i.e. a constructor.
pub fn as_new<N: New>(constructor: N) -> impl ValueParam<N::Output>
Explicitly force a value parameter to be taken using any type of crate::moveit::new::New
,
i.e. a constructor.