pub fn write<W: Write>(
name: &TextSlice,
value: &AttributeValue,
write: &mut W,
) -> UnitResultExpand description
Without validation, write this attribute to the byte stream.
pub fn write<W: Write>(
name: &TextSlice,
value: &AttributeValue,
write: &mut W,
) -> UnitResultWithout validation, write this attribute to the byte stream.