Module libyobicash::traits [] [src]

The traits module provides the library traits.

Traits

BinarySerialize

Trait for object that can be serialized from and to binary.

HexSerialize

Trait for object that can be serialized from and to hex.

Identify

A trait used for identifying univocally an item.

Serialize

A trait for object that can be serialized in JSON and bytes.

Validate

Trait for types that can be validated.