Expand description
Statement handling to plug on top of the network service.
Usage:
- Use
StatementHandlerPrototype::newto create a prototype. - Pass the
NonDefaultSetConfigreturned fromStatementHandlerPrototype::newto the network configuration as an extra peers set. - Use
StatementHandlerPrototype::buildthenStatementHandler::runto obtain aFuturethat processes statements.
Modules§
- config
- Configuration of the statement protocol
Structs§
- Statement
Handler - Handler for statements. Call
StatementHandler::runto start the processing. - Statement
Handler Prototype - Prototype for a
StatementHandler.
Type Aliases§
- Statement
Import Future - Future resolving to statement import result.
- Statements
- A set of statements.