We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
d72efaf
BREAKING API CHANGE
call() and call_async() now return a Result<String> instead of plain String to avoid losing the error.
call()
call_async()
Result<String>
String