MCPcopy Index your code
hub / github.com/encounter/objdiff / UiView

Interface UiView

objdiff-cli/src/views/mod.rs:21–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

19}
20
21pub trait UiView {
22 fn draw(&mut self, state: &AppState, f: &mut Frame, result: &mut EventResult);
23 fn handle_event(&mut self, state: &mut AppState, event: Event) -> EventControlFlow;
24 fn reload(&mut self, state: &AppState) -> Result<()>;
25}

Callers

nothing calls this directly

Implementers 1

function_diff.rsobjdiff-cli/src/views/function_diff.rs

Calls

no outgoing calls

Tested by

no test coverage detected