Struct cm_runner::NullRunner
source · pub struct NullRunner {}
Expand description
A null runner for components without a runtime environment.
Such environments, even though they don’t execute any code, can still be used by other components to bind to, which in turn may trigger further bindings to its children.