|
pub const EMPTY: Self = Self([None, None, None, None, None, None, None]);
|
|
pub const EMPTY: Self = Self([None, None, None, None, None, None, None]);
|
|
pub fn from_list(list: Vec<AmlValue>) -> Result<Args, AmlError> {
|
|
pub fn from_list(list: Vec<AmlValue>) -> Result<Args, AmlError> {
|