1 2 3 4
//! Utility types. /// A type that represents a shortened form of `Send + Sync + 'static`. pub trait TripleS = Send + Sync + 'static;