Module il2_iltags::tags::payload[][src]

Expand description

This module defines the ILGenericPayloadTag and the trait required to implement its payload.

Structs

This generic struct implements a tag that contains a generic payload. The payload must handle all details about the data types and its serialization/ deserialization procedures while this struct will handle the ILTag related functionalities.

Traits

This trait must be implemented by all payloads that will be used in conjuction with ILGenericPayloadTag.