ArrayRefEValue

Type Alias ArrayRefEValue 

Source
pub type ArrayRefEValue = ArrayRefEValue;
Available on crate features std and module only.
Expand description

A specification of ArrayRef<EValue>.

Aliased Type§

#[repr(C)]
pub struct ArrayRefEValue { pub data: EValueRef, pub len: usize, }

Fields§

§data: EValueRef§len: usize