Returns the number of fields in this [`UnionFields`]
(&self)
| 543 | |
| 544 | /// Returns the number of fields in this [`UnionFields`] |
| 545 | pub fn len(&self) -> usize { |
| 546 | self.0.len() |
| 547 | } |
| 548 | |
| 549 | /// Returns `true` if this is empty |
| 550 | pub fn is_empty(&self) -> bool { |
no outgoing calls