pub trait ReferenceFrame { // Required methods fn name(&self) -> String; fn abbreviation(&self) -> String; }