Skip to content
Commit c5827146 authored by Bastian Köcher's avatar Bastian Köcher Committed by GitHub
Browse files

SimpleSlotWorker: Do not implement `SlotWorker` for all types implementing...

SimpleSlotWorker: Do not implement `SlotWorker` for all types implementing `SimpleSlotWorker` (#10934)

Because Rust currently doesn't support specialization, it prevents users from implementing
`SlotWorker` for their own types. This pr solves this by removing the generic implementation of
`SlotWorker` for `SimpleSlotWorker` and providing some wrapper type for that.
parent f3e9c0af
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment