pub trait DynEditContext { // Required methods fn data_set(&self) -> &DataSet; fn schema_set(&self) -> &SchemaSet; }