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

Method default

rustcv-backend-avf/src/lib.rs:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23
24impl Default for AvfDriver {
25 fn default() -> Self {
26 Self::new()
27 }
28}
29
30impl AvfDriver {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected