Add comment for info_result code
This commit is contained in:
parent
2c89de1332
commit
87e170df72
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 `info!()`.
|
||||
generate_result_logging_extension!(
|
||||
InfoResult,
|
||||
map_info,
|
||||
|
|
Loading…
Reference in a new issue