pub trait TransformGuard: ParamGuard { }
Expand description

Implement this trait to opt into a blanket Transformer impl that wraps the output of the unchecked transform call in a Result. If the unchecked transform call returns a Result, the blanket impl will return double Results, so this trait should be avoided in that case.

Implementors§