useabstract_std::objects::registry::RegistryContract;usecosmwasm_std::Deps;usecrate::AbstractSdkResult;/// Trait that enables access to a registry, like a registry contract.
pubtraitAbstractRegistryAccess: Sized {/// Get the address of the registry.
fnabstract_registry(&self, deps: Deps)->AbstractSdkResult<RegistryContract>;}