pub type PackedArray = ArrayBuf<PackedArrayEnum>;Expand description
Owned PackedArrayWL value.
Aliased Type§
pub struct PackedArray { /* private fields */ }Trait Implementations§
Source§impl<T: ArrayElement<PackedArrayEnum>> From<(Vec<usize>, &[T])> for PackedArray
impl<T: ArrayElement<PackedArrayEnum>> From<(Vec<usize>, &[T])> for PackedArray
Source§impl<'de> FromWXF<'de> for PackedArray
impl<'de> FromWXF<'de> for PackedArray
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.