Function serialize_str

Source
pub fn serialize_str(
    cursor: &mut Cursor<&mut Vec<u8>>,
    value: &str,
    version: Version,
)