Skip to content

Is there a way to combine VecSkipError and StringWithSeparator #773

Answered by jonasbb
pvichivanives asked this question in Q&A
Discussion options

You must be logged in to vote

No, there is no way to combine them like you want. Writing VecSkipError<StringWithSeparator<...>> is the only way, but that, as you identified, creates a Vec<Vec<...>>. You will have to copy the code from StringWithSeparator and add the error handling to that.

Replies: 1 comment

Comment options

You must be logged in to vote
0 replies
Answer selected by pvichivanives
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants