Type Definition msr_plugin::MessageLoop

source · []
pub type MessageLoop = Pin<Box<dyn Future<Output = ()> + Send + 'static>>;