Type Definition tx5::DynConfig

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

Dynamic config type alias.

Trait Implementations§

source§

impl IntoConfig for DynConfig

source§

fn into_config(self) -> BoxFut<'static, Result<DynConfig>>

Convert this type into a concrete config type.