(mut self, margin: f32)
| 47 | } |
| 48 | |
| 49 | pub fn set_margin(mut self, margin: f32) -> Self { |
| 50 | self.margin = margin; |
| 51 | self |
| 52 | } |
| 53 | |
| 54 | pub fn set_gap(mut self, gap: f32) -> Self { |
| 55 | self.gap = gap; |
nothing calls this directly
no outgoing calls
no test coverage detected