tokio-rs / valuable

MIT License
187 stars 20 forks source link

make `StructDef` methods `const fn` #77

Closed carllerche closed 2 years ago

carllerche commented 2 years ago

StructDef is intended to be used from a static context, so the methods should be const fn.