1 2 3 4 5
use crate::Motion; #[deprecated(since = "0.10.0", note = "Use `Motion` instead")] #[doc(hidden)] pub type Direction = Motion;