Searched defs:LocationRef (Results 1 – 2 of 2) sorted by relevance
92 pub struct LocationRef<'a>(&'a [NormalizedCoord]); struct94 impl<'a> LocationRef<'a> { impl106 impl<'a> From<&'a [NormalizedCoord]> for LocationRef<'a> { implementation112 impl<'a> IntoIterator for LocationRef<'a> { implementation121 impl<'a> IntoIterator for &'_ LocationRef<'a> { implementation175 impl<'a> From<&'a Location> for LocationRef<'a> { implementation
62 pub fn location(&self) -> LocationRef { in location()