//! Helpers for integration for inventory
usestd::sync::LazyLock;/// A wrapper around [LazyLock] to allow its use with [inventory](crate::inventory).
/// "This collect! call must be in the same crate that defines the plugin type."
pubstructLazyLockWrapper<T:'static>(pub &'staticLazyLock<T>);