macro_rules! eager_init {
($body:block) => { ... };
}Expand description
Register one eager-init body for execution during lifecycle bootstrap.
The body is registered during process startup and later runs synchronously after Canic has touched eager TLS and before the memory registry flush.