pub trait Provider: Send + Sync { // Required method fn meta() -> &'static ProviderMeta where Self: Sized; }