pub fn drag_sim<T: Clone + PartialEq + 'static>() -> DragSim<T>Expand description
The handle the most recent DragSimProbe<T> captured.
ยงPanics
Panics when no probe for T has mounted - add DragSimProbe::<T> {}
inside the provider and rebuild_in_place first.