You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently there's no way for the Rust plugin to report an error. The idiomatic way to do it would be for each callback to return a Result object, much like how the Go plugin currently does it.