pub type NumericArray = ArrayBuf<NumericArrayEnum>;Expand description
Portable, owned NumericArrayWL value.
Type alias over ArrayBuf<NumericArrayEnum>.
Aliased Type§
pub struct NumericArray { /* private fields */ }Trait Implementations§
Source§impl<'de> FromWXF<'de> for NumericArray
impl<'de> FromWXF<'de> for NumericArray
Source§fn from_wxf_with_tag<R: Reader<'de>>(
r: &mut WxfReader<R>,
tok: ExpressionEnum,
) -> Result<Self, Error>
fn from_wxf_with_tag<R: Reader<'de>>( r: &mut WxfReader<R>, tok: ExpressionEnum, ) -> Result<Self, Error>
Read the body given the already-consumed expression token.