Skip to main content

all3

Function all3 

Source
pub fn all3<A, B, C>(
    a: Config<A>,
    b: Config<B>,
    c: Config<C>,
) -> Config<(A, B, C)>
where A: Send + Sync + 'static, B: Send + Sync + 'static, C: Send + Sync + 'static,
Expand description

Combine three configs into a 3-tuple.