1//! Some common traits that need to be often available. 2 3#[cfg(feature = "threadsafe")] 4pub use super::delegate::{DelegateError, DelegateFuture, DelegateFutureFuture}; 5pub use crate::{core::prelude::*, event::EventExt, javascript::JsValue};