Returns whether this enumset has an explicit integer representation.
(&self)
| 286 | |
| 287 | /// Returns whether this enumset has an explicit integer representation. |
| 288 | pub fn has_explicit_integer_repr(&self) -> bool { |
| 289 | self.explicit_integer_repr.is_some() |
| 290 | } |
| 291 | |
| 292 | /// Returns the actual serde representation of the set. |
| 293 | pub fn serde_repr(&self) -> SerdeRepr { |