Deprecated macro providing try!-like functionality for Option types.
# Cargo.toml
[dependencies]
try_opt = "0.2.0"No compatibility data collected yet for this library.
Verified import paths — ran on the pinned version, not inferred.
Shows the deprecated try_opt macro usage.
Replace `try_opt!(expr)` with `expr?`.
No dependency data recorded yet.