Module af_core::derive[][src]

Commonly used derive macros.

Re-exports

pub use thiserror;

Traits

Deserialize

A data structure that can be deserialized from any data format supported by Serde.

Deserializer

A data format that can deserialize any data structure supported by Serde.

Serialize

A data structure that can be serialized into any data format supported by Serde.

Serializer

A data format that can serialize any data structure supported by Serde.

Derive Macros

Deserialize
Error
Serialize