Type Alias spring_boot::app::Registry

source ·
pub type Registry<T> = DashMap<String, T>;

Aliased Type§

struct Registry<T> { /* private fields */ }