pub trait TargetValue: DataValue { }

Object Safety§

This trait is not object safe.

Implementors§

source§

impl<T> TargetValue for T
where T: DataValue,