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
This allows converting a `Value` into a `SendValue` without statically
knowing its type but is unsafe because the caller needs to ensure the
contained type is actually `Send`.
This is slightly safer than going through `SendValue::unsafe_from(value.into_raw())`.
0 commit comments