Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Change: Consolidate SnapshotMeta, type parameters into C #1075

Closed

Conversation

drmingdrmer
Copy link
Member

@drmingdrmer drmingdrmer commented Mar 21, 2024

Changelog

Change: Consolidate SnapshotMeta, type parameters into C

Upgrade tip:

To adapt to this change, update type parameters with the single generic C constrained by RaftTypeConfig:

SnapshotMeta<NID, N> --> SnapshotMeta<C>

This change is Reviewable

Upgrade tip:

To adapt to this change, update type parameters with the single generic `C` constrained by `RaftTypeConfig`:

```rust,ignore
SnapshotMeta<NID, N> --> SnapshotMeta<C>
```
@drmingdrmer drmingdrmer deleted the 49-snapshot-meta-c branch March 21, 2024 06:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant