(mut self, color: Color)
| 37 | } |
| 38 | |
| 39 | pub fn set_color(mut self, color: Color) -> Self { |
| 40 | self.color = color; |
| 41 | self |
| 42 | } |
| 43 | |
| 44 | pub fn set_padding(mut self, padding: f32) -> Self { |
| 45 | self.padding = padding; |
nothing calls this directly
no outgoing calls
no test coverage detected