Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/DavidPeicho/albedo
/ title
Method
title
examples/example/mod.rs:111–113 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
109
110
pub trait Example: 'static + Sized {
111
fn title() -> &'static str {
112
"Example"
113
}
114
115
fn new(app: &App) -> Self;
116
fn resize(&mut self, _: &App) {}
Callers
nothing calls this directly
Implementers
1
main.rs
examples/gpu_picking/main.rs
Calls
no outgoing calls
Tested by
no test coverage detected