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

Class Input

src/components/input.rs:6–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4use super::Component;
5
6pub struct Input {
7 value: String,
8 placeholder: String,
9 bounds: Rect,
10}
11
12impl Input {
13 pub fn new<S: Into<String>>(placeholder: S) -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected