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

Class TodoApp

examples/todo_app.rs:10–14  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8}
9
10pub struct TodoApp {
11 todos: Arc<Mutex<Vec<Todo>>>,
12 input: String,
13 view: Option<View>,
14}
15
16impl TodoApp {
17 pub fn new() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected