Expand description
This module provides the unwrap_fmt! macro for basically
unwrapping either Option or Result with a formatted string.
Read the docs for unwrap_fmt! for more info.
Macros§
- unwrap_
fmt - Like
expectbut formatted string. Works for bothOptionandResult
Traits§
- FmtExpect
- Use the
unwrap_fmt!macro instead.