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

Function default_driver

rustcv-backend-msmf/src/lib.rs:154–156  ·  view source on GitHub ↗

Returns the default MSMF driver as a trait object. This is a convenience function for applications that need a dynamically dispatched driver instance.

()

Source from the content-addressed store, hash-verified

152/// This is a convenience function for applications that need a
153/// dynamically dispatched driver instance.
154pub fn default_driver() -> Arc<dyn Driver> {
155 Arc::new(MsmfDriver::new())
156}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected