Derive Macro mina_serialization_types_macros::AutoFrom
source · [−]#[derive(AutoFrom)]
{
// Attributes available to this derive:
#[auto_from]
}
Expand description
A derive macro that automatically implements From trait between the annotated type and types including the attributed target type(s) and their versioned types, when the target type has identical field names with the annotated one, and each pair of the fields are convertible between each other