Function with_remote_git_callbacks

Source
pub fn with_remote_git_callbacks<T>(
    ui: &Ui,
    f: impl FnOnce(RemoteCallbacks<'_>) -> T,
) -> T