#[macro_use]externcrate log;/// Re-export dlopen2 for use by hotload_macro generated code.
/// Users do NOT need to add dlopen2 to their Cargo.toml.
#[doc(hidden)]pubexterncrate dlopen2;pubmodtypes;pubmodhot_batch;pubmodevent;typeR<V =()>=Result<V, Box<dyn std::error::Error +Send+Sync>>;pubusehotload_macro::*;