pub type StateKey<'a, Whole, Part> = KpType<'a, Whole, Part>;
Back-compat alias when you build keypaths with for<'b> fn(...) closures (KpType).
for<'b> fn(...)
KpType
pub struct StateKey<'a, Whole, Part> { /* private fields */ }