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