pub trait AsyncRuntime: Send + Sync + 'static { }
Marker trait for runtime implementations (not used as trait object)