Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/eholk/Boot2Rust
/ SimpleTextInput
Interface
SimpleTextInput
src/uefi/mod.rs:98–99 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
96
}
97
98
pub trait SimpleTextInput {
99
}
100
101
pub struct Console {
102
priv input : *EFI_SIMPLE_TEXT_INPUT_PROTOCOL,
Callers
nothing calls this directly
Implementers
1
mod.rs
src/uefi/mod.rs
Calls
no outgoing calls
Tested by
no test coverage detected