pub type Describe = fn(&mut Desc);Expand description
What a type contributes to a description.
A plain function pointer rather than a closure, so that a struct’s field list is a constant slice and the field count can never disagree with the number of fields written.