Type Alias OpArray

Source
pub type OpArray<'a> = GuestPtr<'a, [Op<'a>]>;

Aliased Typeยง

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