Function script::python::ffi_types::copr::parse::pylist_to_vec

source ยท
fn pylist_to_vec(lst: &Expr<()>) -> Result<Vec<String>>
Expand description

turn a python list of string in ast form(a ast::Expr) of string into a Vec<String>