Struct backdrop::DebugStrategy
source · pub struct DebugStrategy<InnerStrategy>(_);Available on crate feature
std only.Expand description
‘Wrapper’ strategy that prints out T when executed.
Takes another strategy as generic type argument.
The exact printed message is not considered a stable API; it is intended for human programmer eyes only.