pub fn decode_utf8_string(
data: &mut PerCodecData,
lb: Option<i128>,
ub: Option<i128>,
is_extensible: bool,
) -> Result<String, PerCodecError>Expand description
Decode a UTF8String CharacterString Type.
pub fn decode_utf8_string(
data: &mut PerCodecData,
lb: Option<i128>,
ub: Option<i128>,
is_extensible: bool,
) -> Result<String, PerCodecError>Decode a UTF8String CharacterString Type.