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

Method default

rustcv-backend-msmf/src/lib.rs:94–96  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

92
93impl Default for MsmfDriver {
94 fn default() -> Self {
95 Self::new()
96 }
97}
98
99impl MsmfDriver {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected