run_str

Function run_str 

Source
pub fn run_str<A: Parsable>(
    text: &str,
    path: Option<&str>,
) -> Result<Option<Value>, PathLocated<Box<dyn Error>>>
where Located<A>: Compilable<Output = Rc<RefCell<Closure>>>,