Module proc_macro_assertions::store
source · Structs
- A store for assertions with some custom
IdentGenerator
to generate unique identifiers to be used within asserts.DefaultStore
is recommended for most purposes, which uses aCountingIdentGenerator
.