Crate ribbons

Source
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 both Option and Result

Traits§

FmtExpect
Use the unwrap_fmt! macro instead.