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, GoType::ValueOrError is only constructed if the Err type is String. This means that it always needs cleanup. If we instead stored the error type, we'd be able to define Result<u32, u32> and avoid the need to cleanup.