run_to_string

Function run_to_string 

Source
pub fn run_to_string<S: HasComponent<Component>>(
    vm: &mut VM<S>,
) -> Result<String, Box<TracedTexError>>
Expand description

Run the Texlang interpreter for the provided VM and return the result as a string.