Function texlang_stdlib::script::run_to_string
source ยท pub fn run_to_string<S: HasComponent<Component>>(
vm: &mut VM<S>,
) -> Result<String, Box<TracedError>>
Expand description
Run the Texlang interpreter for the provided VM and return the result as a string.