Constant rhai::FUNC_TO_STRING

source ·
pub const FUNC_TO_STRING: &str = "to_string";
Expand description

Standard pretty-print function.

This function is called to convert any type into text format for display.