(mut self, layout: Layout)
| 28 | } |
| 29 | |
| 30 | pub fn with_layout(mut self, layout: Layout) -> Self { |
| 31 | self.layout = layout; |
| 32 | self |
| 33 | } |
| 34 | |
| 35 | pub fn with_style(mut self, style: Style) -> Self { |
| 36 | self.style = style; |
no outgoing calls
no test coverage detected