pub trait FieldDescription { // Required methods fn id(&self) -> u32; fn is_separator(&self) -> bool; }