Skip to main content

pull_from_peer

Function pull_from_peer 

Source
pub async fn pull_from_peer(
    peer_url: &str,
    store: &Store,
    since: Option<&str>,
    fetcher: &dyn Fetcher,
    now: DateTime<Utc>,
) -> Result<PullResult, Error>