MCPcopy 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.
178pub struct WebInputOps(pub WebInput);
179
180#[async_trait(?Send)]
181impl InputOps for WebInputOps {

Callers 1

newMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected