[][src]Module dqcsim::host::plugin

Contains structs that manage the lifetime and connections of a single plugin.

Modules

process

Implementation of the plugin trait for running the plugin within a separate process.

thread

Implementation of the plugin trait for running the plugin within a thread inside DQCsim.

Traits

Plugin

The Plugin trait, implemented by all Plugins used in a Simulation.