pub unsafe trait OperationValue { }
Expand description
Indicates that a type does not contain any instances of Vc
or ResolvedVc
. It may contain
OperationVc
.
§Safety
This trait is marked as unsafe. You should not derive it yourself, but instead you should rely
on #[derive(OperationValue)]
to do it for you.