Modules§
- calculator
- compat
- Compatibility shims which mimic some API surfaces of the current Rust bindings.
Structs§
- Calculator
- The type corresponding to the Calculator protocol.
- Calculator
AddRequest - Calculator
AddResponse - Calculator
Divide Request - Calculator
Divide Response - Calculator
OnError Request - Wire
Calculator AddRequest - The wire type corersponding to
CalculatorAddRequest
. - Wire
Calculator AddResponse - The wire type corersponding to
CalculatorAddResponse
. - Wire
Calculator Divide Request - The wire type corersponding to
CalculatorDivideRequest
. - Wire
Calculator Divide Response - The wire type corersponding to
CalculatorDivideResponse
. - Wire
Calculator OnError Request - The wire type corersponding to
CalculatorOnErrorRequest
. - Wire
Division Error - The wire type corresponding to
DivisionError
.
Enums§
Traits§
- Calculator
Client Handler - A client handler for the Calculator protocol.
- Calculator
Client Sender - A helper trait for the
Calculator
client sender. - Calculator
Server Handler - A server handler for the Calculator protocol.
- Calculator
Server Sender - A helper trait for the
Calculator
server sender.