//! This module contains examples of generated types, and their respective functions.
#![allow(dead_code)]usesuper::*;alias_option!(OptionExample, Found, Missing);alias_either!(EitherExample, Good, Bad);alias_result!(ResultExample, Success, Failure);