macro_rules! impl_data_provider {
    ($ provider : ty) => { ... };
}