pub use *;
pub use *;
/// Trait to let the tool identify a user-defined type/struct.
/// Used by the macro to auto-generate a drop implementation for a struct
/// When overriding this trait, make sure to provide a drop implementation
pub static DENO_BINDGEN_PKG_VERSION: &str = env!;
pub static DENO_BINDGEN_PKG_NAME: &str = env!;