[][src]Type Definition dqcsim::host::simulation::Pipeline

type Pipeline = Vec<Box<dyn Plugin>>;

Type alias for a pipeline of Plugin trait objects.