-
Notifications
You must be signed in to change notification settings - Fork 226
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
abci: add TypedEvent conversion trait
This commit adds a marker trait for types that can be converted to and from [`Event`]s. It doesn't make any assumptions about how the conversion is performed, but it does allow downstream users to declare a single source of truth about how event data is structured.
- Loading branch information
1 parent
12e83a7
commit 0b927bf
Showing
1 changed file
with
158 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters