parse_text

Function parse_text 

Source
fn parse_text<T>(value: String) -> Result<T>
where T: FromStr, T::Err: Error + Send + Sync + 'static,