Searched refs:position_exact (Results 1 – 2 of 2) sorted by relevance
127 fn position_exact(&self, ident: &str) -> Result<Option<usize>>; in position_exact() method136 fn position_exact(&self, ident: &str) -> Result<Option<usize>> { in position_exact() method
564 if attrs.position_exact(PIN)?.is_some() { in visit_fields()