pub fn resolve_bindings<'a>( value: &'a Value, ctx: &'a BindingContext<'a>, ) -> Pin<Box<dyn Future<Output = Result<Value>> + Send + 'a>>