Trait elfo::Config[][src]

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

Implementors

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

Loading content...