MCPcopy Create free account
hub / github.com/audulus/rui / HorizontalDirection

Class HorizontalDirection

src/views/stack.rs:28–28  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

26
27#[derive(Clone)]
28pub struct HorizontalDirection {}
29
30impl StackDirection for HorizontalDirection {
31 const ORIENTATION: StackOrientation = StackOrientation::Horizontal;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected