Returns the default MSMF driver as a trait object. This is a convenience function for applications that need a dynamically dispatched driver instance.
()
| 152 | /// This is a convenience function for applications that need a |
| 153 | /// dynamically dispatched driver instance. |
| 154 | pub fn default_driver() -> Arc<dyn Driver> { |
| 155 | Arc::new(MsmfDriver::new()) |
| 156 | } |
nothing calls this directly
no outgoing calls
no test coverage detected