pub trait DataExt {
// Required method
fn field_types(&self) -> Vec<&Type>;
}
Required Methods§
sourcefn field_types(&self) -> Vec<&Type>
fn field_types(&self) -> Vec<&Type>
Extract the types of all fields. For enums, extract the types of fields from each variant.