Skip to main content

compose

Function compose 

Source
pub fn compose<A, B>(a: A, b: B) -> ComposedComponent<A, B>
where A: Component, B: Component,
Expand description

Compose two components with shared state.