Searched defs:DotType (Results 1 – 3 of 3) sorted by relevance
67 pub enum DotType { enum79 impl DotType { implementation215 pub(crate) fn dot_type(self) -> DotType { in dot_type()
212 pub fn dot_type(self) -> DotType { in dot_type()
165 fn dot_type(&self, c: char) -> DotType { in dot_type()