pub type AmlString = String;
implement Aml trait for ‘String’. So purpose with str.
struct AmlString { vec: Vec<u8>, }
vec: Vec<u8>