pub fn remote_pull_failure(
remote_thread: &str,
local_thread: Option<&str>,
error: Option<&str>,
) -> PullFailureExpand description
Build PullFailure::RemoteFailed from pull target + optional transport error.
pub fn remote_pull_failure(
remote_thread: &str,
local_thread: Option<&str>,
error: Option<&str>,
) -> PullFailureBuild PullFailure::RemoteFailed from pull target + optional transport error.