| 26 | |
| 27 | #[derive(Clone)] |
| 28 | pub struct HorizontalDirection {} |
| 29 | |
| 30 | impl StackDirection for HorizontalDirection { |
| 31 | const ORIENTATION: StackOrientation = StackOrientation::Horizontal; |
nothing calls this directly
no outgoing calls
no test coverage detected