Trait elfo_core::config::Config[][src]

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

Implementors

impl<C> Config for C where
    C: for<'de> Deserialize<'de> + Send + Sync + Debug + 'static, 
[src]

Loading content...