Function termstyle::from_str [] [src]

pub fn from_str<E, F>(_from_str: F, s: &str) -> Result<Vec<El>, E> where
    F: Fn(&str) -> Result<Vec<ElRaw>, E>, 

Convert a string into Vec<El> using the given deserializer.