(self)
| 1592 | |
| 1593 | impl IntoVtkUnstructuredGridPiece for UnstructuredGridPiece { |
| 1594 | fn into_unstructured_grid(self) -> UnstructuredGridPiece { |
| 1595 | self |
| 1596 | } |
| 1597 | } |
| 1598 | |
| 1599 | impl<T: IntoVtkUnstructuredGridPiece> IntoVtkDataSet for T { |
no outgoing calls
no test coverage detected