Function naiveStringifierHandler

Source
pub fn naiveStringifierHandler<T: StartMarker + Clone>(
    c: Configuration<T>,
    v: Variables<'_, T>,
    data: Option<TokenStream>,
    t: TokenStream,
) -> Result<(Variables<'_, T>, TokenStream), (Variables<'_, T>, TokenStream)>
Expand description

Return a string representation of a do-with-in! value.

Syntax: $(naiveStringifier <value>)

As the name implies, not all cases may be elegantly handled, and the output from this handler may change without warning. Potentially useful nonetheless for print debugging of complex structures and the like.