[][src]Module actyxos_sdk::types

Types that you may want to use in describing the event payload data

Modules

fixnum_types

collection of useful types for use with FixNum

Structs

ArcVal

This is a helper type that allows an Arc to be included in a data structure that is serialized/deserialized with Abomonation. See the source code for Semantics for an example use-case.

FixNum

This is a helper type that allows JSON numbers to be decoded in a fashion suitable for differential dataflow: it provides equality, hashing, and Abomonation.