pub fn format_tokens(
tokens: &[DynSolValue],
) -> impl Iterator<Item = String> + '_
Expand description
Pretty-prints a slice of tokens using format_token
.
pub fn format_tokens(
tokens: &[DynSolValue],
) -> impl Iterator<Item = String> + '_
Pretty-prints a slice of tokens using format_token
.