(mut self, spacing: impl Into<Option<Spacing>>)
| 479 | } |
| 480 | |
| 481 | fn spacing(mut self, spacing: impl Into<Option<Spacing>>) -> Self { |
| 482 | self.spacing = spacing.into(); |
| 483 | self |
| 484 | } |
| 485 | |
| 486 | const fn visible(mut self, visible: bool) -> Self { |
| 487 | self.visible = visible; |
no outgoing calls
no test coverage detected