Searched refs:is_u8 (Results 1 – 2 of 2) sorted by relevance
110 pub fn is_u8(&self) -> bool { in is_u8() method150 Some(t) => t.is_u8(), in is_slice_u8()
900 &RustType::Vec(ref t) if t.is_u8() => "bytes".to_string(), in accessor_fn()