pub fn from_str<'a, T>( s: &'a str, ) -> Result<T, Error<<Csv as Lexer<&str, Token<&str>>>::Error>>where T: Deserialize<'a>,