Module flowrlib::protocols

source ·
Expand description

Provides a number of traits that define methods used in protocols between server and clients that a client must implement. Such as [DebuggerProtocol][protocols::DebuggerProtocol] and SubmissionProtocol

Traits

  • Programs linking flowrlib that wish to submit a flow for execution via a Submission and then track it’s execution (such as a CLI or a UI) should implement this trait.