Add comment for debug_result code
This commit is contained in:
parent
6b6e3a0e12
commit
2c89de1332
1 changed files with 2 additions and 0 deletions
|
@ -1,3 +1,5 @@
|
|||
// Generates a extension for the `Result<T, E>`, named `DebugResult` which has functionality to
|
||||
// print either `T` or `E` via `debug!()`.
|
||||
generate_result_logging_extension!(
|
||||
DebugResult,
|
||||
map_dbg,
|
||||
|
|
Loading…
Reference in a new issue