Module data_injection

Source
Expand description

Contains the trait implementation for the execution of the data write operation

Structs§

DataInjection
Implements the DataInjectionTrait for concrete data logging to an SQL database.

Traits§

DataInjectionTrait
Trait for the execution of data logging to SQL database This trait allows running the main control with a mock implementation for testing.