Skip to main content

all_vec

Function all_vec 

Source
pub fn all_vec<T: Send + Sync + 'static>(
    configs: Vec<Config<T>>,
) -> Config<Vec<T>>
Expand description

Load multiple configs and collect results into a Vec (Effect Config.all on a slice).