Crate rtlola_io_plugins

source ·
Expand description

This module exposes functionality to handle the input and output methods of the CLI.

Structs§

Enums§

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