Skip to main content

resolve_bound_string

Function resolve_bound_string 

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