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

Implementors