How to inline the method generated by the enum_dispatch

I would like to mark one of the generated method always inlined, Is there a a way to achieve this?

#[inline(always)]

https://crates.io/crates/enum_dispatch

Looks like the generated code is always inlined.

This topic was automatically closed 90 days after the last reply. We invite you to open a new topic if you have further questions or comments.