Crate try_opt

Source

Macrosยง

try_optDeprecated
Helper macro for unwrapping Option values while returning early with an error if the value of the expression is None. Can only be used in functions that return Option because of the early return of None that it provides.