miette/miette-derive
Nahor bb7c9a5b9f Simplify OptionalWrapper
- We never use `self`, so there is no need to pass it as a parameter...
- ... which then removes the need to instanciate the wrapper with `new`
- There is no reason to expect other type than `Option` so we can contrain
  the trait to the type directly instead of using the `IsOption` trait
2024-02-17 17:23:32 -08:00
..
src Simplify OptionalWrapper 2024-02-17 17:23:32 -08:00
Cargo.toml chore: Release 2024-02-15 18:18:45 -08:00
LICENSE feat(derive): added basic derive macro 2021-08-15 11:49:02 -07:00