Searched defs:bytes (Results 1 – 4 of 4) sorted by relevance
118 let bytes = match content_type { in build_request() localVariable
136 let mut bytes = BytesMut::with_capacity(100); in encode_buf() localVariable
251 let bytes: Vec<_> = (min..max) in gen_string() localVariable
301 pub(crate) bytes: Option<Vec<String>>, field451 pub fn bytes<I, S>(mut self, paths: I) -> Self in bytes() method