More derive(Debug)

This commit is contained in:
daladim 2021-07-05 11:04:52 +02:00
parent 58cfb42f64
commit bf68d81ec8
4 changed files with 5 additions and 2 deletions

View file

@ -45,6 +45,7 @@ impl SyncResult {
///
/// Usually, you will only need to use a provider between a server and a local cache, that is to say a [`CalDavProvider`](crate::CalDavProvider), i.e. a `Provider<Cache, CachedCalendar, Client, RemoteCalendar>`. \
/// However, providers can be used for integration tests, where the remote source is mocked by a `Cache`.
#[derive(Debug)]
pub struct Provider<L, T, R, U>
where
L: CalDavSource<T>,