Query the sampling designs supported by a DynamicsEstimator strategy
Source:R/18-sampling-design.R
supported_sampling_designs.RdEach concrete DynamicsEstimator implementation must provide a method for
this generic declaring which SamplingDesign kinds it can process. The
structural estimate_dynamics() gate uses this to reject incompatible
designs before any strategy-specific code runs.