15
you are viewing a single comment's thread
view the rest of the comments
[-] ActuallyRuben@actuallyruben.nl 2 points 1 year ago

Unless I'm missing something, I think you can clean it up and keep your static dispatch by turning the Driver struct into a trait:

You'd rename your struct Driver to struct DriverImpl, define a trait Driver and for the implementation you'd use impl Driver for DriverImpl where etc...

this post was submitted on 06 Aug 2023
15 points (100.0% liked)

Rust

5754 readers
40 users here now

Welcome to the Rust community! This is a place to discuss about the Rust programming language.

Wormhole

!performance@programming.dev

Credits

  • The icon is a modified version of the official rust logo (changing the colors to a gradient and black background)

founded 1 year ago
MODERATORS