pub fn parse_allowed_node_types(s: &str) -> Result<Vec<SWHType>>
Expand description

Given a string like * or cnt,dir,rev,rel,snp,ori, returns a list of SWHType matching the string.