type VariantAttribute = FieldConversion;
Representation of a From derive macro enum variant attribute.
From
#[from] #[from(skip)] #[from(ignore)] #[from(forward)] #[from(<types>)]
enum VariantAttribute { Empty(Empty), Skip(Skip), Forward(Forward), Types(Types), }