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, runestick::Any requires std::any::Any which requires 'static, and also UnsafeFromValue and UnsafeToValue require 'static, so this is impossible. Also the derive macro doesn't handle the lifetime correctly.
It would be nice if this were allowed when not using async.
The text was updated successfully, but these errors were encountered:
For example:
Currently,
runestick::Any
requiresstd::any::Any
which requires'static
, and alsoUnsafeFromValue
andUnsafeToValue
require'static
, so this is impossible. Also the derive macro doesn't handle the lifetime correctly.It would be nice if this were allowed when not using async.
The text was updated successfully, but these errors were encountered: