slowtec / tokio-modbus

A tokio-based modbus library
Apache License 2.0
379 stars 117 forks source link

server: Remove unused trait bounds from `Service::call()` future result #244

Closed uklotzde closed 5 months ago

uklotzde commented 6 months ago

Since this trait is only supposed to be called internally from one of the server skeletons I don't consider this removal a breaking change. Otherwise it would be one.