pub type ResolvedValueFuture = Pin<Box<dyn Future<Output = Option<ResolvedValue>> + Send>>;
pub struct ResolvedValueFuture { /* private fields */ }