pub trait Statement { // Required methods fn as_any(&self) -> &dyn Any; fn to_string(&self) -> String; }