Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ AvfBufferHandle
Class
AvfBufferHandle
rustcv-backend-avf/src/stream.rs:36–36 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
34
35
#[derive(Debug)]
36
pub struct AvfBufferHandle;
37
impl BackendBufferHandle for AvfBufferHandle {}
38
static AVF_HANDLE: AvfBufferHandle = AvfBufferHandle;
39
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected