Type Definition dilib::Singleton

source · []
pub type Singleton<T> = Arc<T>;
Expand description

A convenient singleton type.