Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/endbasic/endbasic
/ WebInputOps
Class
WebInputOps
web/src/input.rs:178–178 ·
view source on GitHub ↗
Adapter from `WebInput` to the generic `InputOps` trait.
Source
from the content-addressed store, hash-verified
176
177
/// Adapter from `WebInput` to the generic `InputOps` trait.
178
pub struct WebInputOps(pub WebInput);
179
180
#[async_trait(?Send)]
181
impl InputOps for WebInputOps {
Callers
1
new
Method · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected