Trait elfo_core::config::Config

source ·
pub trait Config: for<'de> Deserialize<'de> + Send + Sync + Debug + 'static { }

Implementors§

source§

impl<C> Config for Cwhere C: for<'de> Deserialize<'de> + Send + Sync + Debug + 'static,