Function email::folder::sync::sync

source ·
pub(crate) async fn sync<L, R>(
    pool: Arc<ThreadPool<SyncPoolContext<L::Context, R::Context>>>
) -> Result<FolderSyncReport>
where L: BackendContextBuilder + 'static, R: BackendContextBuilder + 'static,