TestCommand

Trait TestCommand 

Source
pub trait TestCommand { }
Available on crate feature test only.
Expand description

Command executed during snapshot testing in TestConfig to reproduce a snapshot.

Two provided implementations are:

The contents of this trait are implementation details.

Dyn Compatibility§

This trait is not dyn compatible.

In older versions of Rust, dyn compatibility was called "object safety", so this trait is not object safe.

Implementations on Foreign Types§

Source§

impl TestCommand for ()

Implementors§