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

Method default

src/layout/mod.rs:13–15  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

11
12impl Default for Layout {
13 fn default() -> Self {
14 Layout::Column
15 }
16}
17
18pub const DEFAULT_SPACING: f32 = 8.0;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected