Crate rtlola_io_plugins
source ·Expand description
This module exposes functionality to handle the input and output methods of the CLI.
Structs§
- Struct for a generic factory returning the monitor output
Enums§
- A generic Error to be used by VerdictFactorys
Traits§
- The main trait that has to be implemented by an input plugin
- This trait provides the functionally to convert the monitor output. You can either implement this trait for your own datatype or use one of the predefined output methods. See VerdictRepresentationFactory
- The main trait that has to be implemented by an output plugin