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
Aliased Type§
pub struct CalDavProvider { /* private fields */ }