compose

Function compose 

Source
pub fn compose<Root, Mid, Value>(
    kp1: KeyPaths<Root, Mid>,
    kp2: KeyPaths<Mid, Value>,
) -> KeyPaths<Root, Value>
where Root: 'static, Mid: 'static, Value: 'static,
Expand description

Global compose function that combines two compatible key paths