pub trait Position { // Required method fn to_f32_array(&self, ai_id: i32) -> Result<[f32; 3], Box<dyn Error>>; }