[][src]Function exprz_core::parse::from_str

pub fn from_str<S, E>(s: S) -> Result<E> where
    S: AsRef<str>,
    E: Expression,
    E::Atom: FromIterator<char>,
    E::Group: FromIterator<E>, 

Parse a string-like Expression from a string.