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