type StructAttribute = Conversion;
Representation of a From derive macro struct container attribute.
From
#[from(forward)] #[from(<types>)]
enum StructAttribute { Forward(Forward), Types(Types), }