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
expect
but formatted string. Works for bothOption
andResult
Traits§
- FmtExpect
- Use the
unwrap_fmt!
macro instead.