Searched refs:short_s (Results 1 – 1 of 1) sorted by relevance
204 let mut short_s = Vec::new(); in test_byte_string() localVariable205 serde_cbor::Serializer::new(&mut short_s) in test_byte_string()208 assert_eq!(&short_s[..], [0x44, 0, 1, 2, 255]); in test_byte_string()