MCPcopy Create free account
hub / github.com/algoscienceacademy/RustUI / Direction

Enum Direction

src/components/stack.rs:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5
6#[derive(Debug, Clone, Copy)]
7pub enum Direction {
8 Horizontal,
9 Vertical,
10}
11
12#[derive(Clone)]
13pub struct Stack {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected