pubusesuper::pairwise::PairwiseComposer;usecrate::{ChainSpec, OpSpec};/// Generates type-compatible operation chains for composition testing.
pubtraitCompositionStrategy: Send + Sync {/// Generate all valid chains from the given op specs.
fngenerate_chains(&self, specs:&[OpSpec])->Vec<ChainSpec>;}