1 2 3 4 5
use mun_runtime::Runtime; // Ensures the [`Runtime`] is Send trait IsSend: Send {} impl IsSend for Runtime {}