Function pack_str_from_slice

Source
pub fn pack_str_from_slice<W: Write>(
    writer: &mut W,
    v: &[u8],
) -> Result<(), PackError>