//! <script>
//! IFRAME();
//! </script>
//!
// pub use items;
// pub use traits;
// /// The `Option` type. See [the module level documentation](self) for more.
// #[derive(Copy, Clone, PartialEq, PartialOrd, Eq, Ord, Debug, Hash)]
// // #[rustc_diagnostic_item = "Option"]
// pub enum AttriOption<T> {
// /// No value.
// // #[lang = "None"]
// // #[stable(feature = "rust1", since = "1.0.0")]
// None,
// /// Some value of type `T`.
// // #[lang = "Some"]
// // #[stable(feature = "rust1", since = "1.0.0")]
// Some(String,T),
// }