Type Alias jlrs::data::managed::value::ValueData

source ·
pub type ValueData<'target, 'data, T> = <T as TargetType<'target>>::Data<'data, Value<'target, 'data>>;
Expand description

Value or ValueRef, depending on the target type T.