Add comment for info_result code

This commit is contained in:
Matthias Beyer 2016-09-04 17:12:54 +02:00
parent 2c89de1332
commit 87e170df72

View file

@ -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!( generate_result_logging_extension!(
InfoResult, InfoResult,
map_info, map_info,