Type Definition kitchen_fridge::CalDavProvider[][src]

pub type CalDavProvider = Provider<Cache, CachedCalendar, Client, RemoteCalendar>;
Expand description

Unless you want another kind of Provider to write integration tests, you’ll probably want this kind of Provider.
See alse the Provider documentation