macro_rules! try_opt {
    ($e:expr) => { ... };
}
Expand description

A helper macro for getting tuple of collection items.