Skip to main content

StateKey

Type Alias StateKey 

Source
pub type StateKey<'a, Whole, Part> = KpType<'a, Whole, Part>;
Expand description

Back-compat alias when you build keypaths with for<'b> fn(...) closures (KpType).

Aliased Typeยง

pub struct StateKey<'a, Whole, Part> { /* private fields */ }