[][src]Crate debug_try

Attribute Macros

debug_try

debug_try is a function attribute macro that will replace any occurence of the ? try operator with code that prints to standard error whenever an error is propagated.