Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ dequeue
Method
dequeue
rustcv-camera/src/backend/windows/mod.rs:39–41 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
37
}
38
39
pub fn dequeue(&mut self) -> Result<RawFrame<'_>> {
40
Err(CameraError::StreamNotStarted)
41
}
42
}
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected