alepez / lavagna

A collaborative blackboard, ideal for simple sketches during online meetings
https://github.com/alepez/lavagna
Apache License 2.0
149 stars 10 forks source link

Use an enum instead of a dyn Trait #1

Closed dodomorandi closed 2 years ago

dodomorandi commented 2 years ago

A simple change that should avoid some troubles around upcasting.

alepez commented 2 years ago

Thanks!