More derive(Debug)
This commit is contained in:
parent
58cfb42f64
commit
bf68d81ec8
4 changed files with 5 additions and 2 deletions
|
@ -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>,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue