Skip to main content

DebugSmokeTestRunner

Trait DebugSmokeTestRunner 

Source
pub trait DebugSmokeTestRunner: SmokeTestRunner + Debug { }
Expand description

Trait marker to bound SmokeTestRunner with Debug for use inside the public API.

Dyn Compatibility§

This trait is dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety".

Implementors§