HValueRef

Type Alias HValueRef 

Source
pub type HValueRef<'a> = ValueRef<'a, AttributeValueHashVTable>;
Expand description

A reference to a value stored at an indirect attribute at some index.

Aliased Typeยง

pub struct HValueRef<'a> { /* private fields */ }