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
The ValueRef trait is a useful companion to Value and needs to be implemented in the same way. It would be nice to be able to write #[derive(Value, ValueRef)] that produced compatible implementations.
The text was updated successfully, but these errors were encountered:
The
ValueRef
trait is a useful companion toValue
and needs to be implemented in the same way. It would be nice to be able to write#[derive(Value, ValueRef)]
that produced compatible implementations.The text was updated successfully, but these errors were encountered: