Derive Macro magnus_macros::DataTypeFunctions

source ·
#[derive(DataTypeFunctions)]
Expand description

Derives DataTypeFunctions with default implementations, for simple uses of TypedData.

For cases where no custom DataTypeFunctions are required a default implementation can be derived. The wrap macro may be a simpler alternative in this use case.