blob: 30b315e6952f6490af750e01c6b9ab48c8b127c3 [file] [log] [blame]
window.SIDEBAR_ITEMS = {"enum":[["Either","The enum `Either` with variants `Left` and `Right` is a general purpose sum type with two cases."]],"macro":[["for_both","Evaluate the provided expression for both [`Either::Left`] and [`Either::Right`]."],["try_left","Macro for unwrapping the left side of an `Either`, which fails early with the opposite side. Can only be used in functions that return `Either` because of the early return of `Right` that it provides."],["try_right","Dual to `try_left!`, see its documentation for more information."]]};