pub trait IntoField: Sealed { // Required method fn into_field(self, default_name: &str) -> Field; }
Converts a type into a Field. Implementors are DataType and Field.
Field
DataType