We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Vec<>
Currently vector outputs from slice do not cover all possible types, but rather only work with primitive numbers.
Blocked by: #332
See related tasks: FuelLabs/fuels-rs#848 FuelLabs/fuels-rs#743
See also: #936 #812
The text was updated successfully, but these errors were encountered:
VecCoder
Bytes
Vector
StdString
RawSlice
camsjams
Successfully merging a pull request may close this issue.
Motivation
Currently vector outputs from slice do not cover all possible types, but rather only work with primitive numbers.
Cover these cases, some already work:
Possible implementations
Blocked by:
#332
See related tasks:
FuelLabs/fuels-rs#848
FuelLabs/fuels-rs#743
See also:
#936
#812
The text was updated successfully, but these errors were encountered: