ae1d94e507e9a20f5f7784b8397c8899ad0dfc94
Introduce a new trait `PushableSeries` to distinguish objects that can have values pushed into them from those that are only readable series. This clarifies the API and allows for more precise type checking. The `Object` trait no longer has a default `push_value` implementation. Instead, `PushableSeries` now provides this functionality. `SeriesMember` has also been updated to require `PushableSeries` for RecordSeries field buffers.
Description
No description provided
Languages
Rust
100%