[−][src]Trait drone_macros_core::CfgFeaturesExt
CfgFeatures
helper extension trait for slices.
Required methods
fn transpose(self) -> Vec<(CfgFeatures, Vec<T>)>
Converts a sequence of T
into a sequence of combinations of T
for
each possible feature.