Searched refs:is_slice (Results 1 – 1 of 1) sorted by relevance
141 fn is_slice(&self) -> Option<&RustType> { in is_slice() method149 match self.is_slice() { in is_slice_u8()180 RustType::Ref(ref t) if t.is_slice().is_some() => "&[]".to_string(), in default_value()