Type Alias AqcCtrl

Source
pub type AqcCtrl = Vec<Box<[u8]>>;
Expand description

A serialized command for AQC.

Aliased Typeยง

pub struct AqcCtrl { /* private fields */ }