Type Definition tx5::DynConfig

source ·
pub type DynConfig = Arc<dyn Config + Send + Sync + 'static>;
Expand description

Dynamic config type alias.