Crate extruct_core

Source

Traitsยง

ExtructedFrom
A marker trait indicating that a struct which implements it has been annotated with [extruct_from(T)] for the given type T. It is an extension over the std::convert::From trait and verifies that all names of the fields are preserved during conversion.
Fields
A trait that provides access to the list of named fields of a struct represented as string literals.