pub fn read_string_optional(
reader: &mut impl Read,
) -> Result<String, WalletError>Expand description
Read a string that uses NegativeOne sentinel for None (returns empty string for None).
pub fn read_string_optional(
reader: &mut impl Read,
) -> Result<String, WalletError>Read a string that uses NegativeOne sentinel for None (returns empty string for None).