ethercrab-rs / ethercrab

EtherCAT master written in pure Rust
243 stars 20 forks source link

Remove `SlaveGroupState` trait #197

Closed jamwaffles closed 5 months ago

jamwaffles commented 5 months ago

Turns out this trait isn't really necessary as long as we don't mind a little bit of "manual monomorphisation" for GroupSlaveIterator. No user visible changes. Simplified internals.