Skip to main content

Module op

Module op 

Source
Expand description

The table/<op> operation model and its Expr wire encoding.

The wire spellings here match sim-table-remote exactly (see remote_dir.rs for the client call(cx, "<op>", ...) sites and site.rs for the answer_table_request matcher). Two spellings are NOT the obvious ones and are matched deliberately:

Enums§

TableOp
A single table operation, independent of any transport.
TableOpError
Why decoding an Expr into a TableOp failed.

Functions§

decode_table_op
Decode a table/<op> call Expr back into a TableOp.
encode_table_op
Encode a TableOp as a table/<op> call Expr.