[][src]Macro titlefmt::try_integer_result

macro_rules! try_integer_result {
    ($expression: expr, $provider: expr, $type: ty) => { ... };
    ($expression: expr, $provider: expr) => { ... };
}

Get the integer result for a sub-expression and return an Option where T is the integer type. If no type is given, then i32 is assumed.