//! No-op component implementations for substrates that cannot virtualise a
//! component. All control operations inherit the trait defaults, which return
//! "not supported" errors. Kept for future substrates that don't support a
//! given component; the Docker substrate provides real implementations for
//! clock, network, and storage (`DockerStorage` via dm-flakey).
use NetworkControl;
use StorageControl;
/// No-op network control for substrates without network virtualisation.
;
/// No-op storage control for substrates without virtual storage.
;