Macro vipers::unwrap_int[][src]

macro_rules! unwrap_int {
    ($option : expr $(,) ?) => { ... };
}
Expand description

Unwraps the result of a checked integer operation.