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

source ยท
pub type ValueData<'target, 'data, Tgt> = <Tgt as TargetType<'target>>::Data<'data, Value<'target, 'data>>;
Expand description

Value or ValueRef, depending on the target type Tgt.