fn element_location(element: &PoolElement) -> Option<&Identifier>Expand description
Gets the template location from a pool element.
For List elements, delegates to the first sub-element matching vanilla’s
ListPoolElement which uses elements.get(0) for jigsaws and BB.