from_string

Function from_string 

Source
pub fn from_string<S: AsRef<str>>(
    content: S,
) -> Result<Vec<NewickTree>, NewickError>