Skip to main content

from_str_or_panic

Function from_str_or_panic 

Source
pub fn from_str_or_panic(source: &str) -> Vec<Ast>
Expand description

Try to parse the given value form a &str, or fail with an error message printed to stdout.