MCPcopy Create free account
hub / github.com/RustCV/RustCV / inject_frame

Method inject_frame

rustcv-core/src/traits.rs:177–179  ·  view source on GitHub ↗
(&mut self, frame: Frame<'_>)

Source from the content-addressed store, hash-verified

175
176 #[cfg(feature = "simulation")]
177 async fn inject_frame(&mut self, frame: Frame<'_>) -> Result<()> {
178 (**self).inject_frame(frame).await
179 }
180}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected