Skip to content

Commit

Permalink
Allow arbitrary results in ParsedPayload
Browse files Browse the repository at this point in the history
  • Loading branch information
Drvi committed Jun 29, 2023
1 parent bd42df2 commit a23bd9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/payload.jl
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#

# What we send to the consume! method
struct ParsedPayload{B<:AbstractResultBuffer, C<:AbstractParsingContext}
struct ParsedPayload{B, C<:AbstractParsingContext}
row_num::Int
len::Int
results::B
Expand Down

0 comments on commit a23bd9b

Please sign in to comment.