pub type CasePath<'a, Parent, Child> = EnumKpType<'a, Parent, Child>;Expand description
Single-step casepath (prism): parent enum → child payload.
Aliased Type§
pub struct CasePath<'a, Parent, Child> { /* private fields */ }pub type CasePath<'a, Parent, Child> = EnumKpType<'a, Parent, Child>;Single-step casepath (prism): parent enum → child payload.
pub struct CasePath<'a, Parent, Child> { /* private fields */ }