MCPcopy Create free account
hub / github.com/elftausend/graplot / default

Method default

src/lib.rs:60–68  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

58
59impl Default for Desc {
60 fn default() -> Self {
61 Self {
62 end_x: None,
63 spacing_x: 40.,
64 spacing_y: 40.,
65 min_steps_x: 4.,
66 min_steps_y: 4.,
67 }
68 }
69}
70
71pub(crate) trait ToF64 {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected