type TriggerFuture = Pin<Box<dyn Future<Output = Value> + Send + 'static>>;
#[repr(transparent)]struct TriggerFuture { /* private fields */ }