v2
0.2.1
In v2::io
v2
::
io
Function
read_csv
Copy item path
Source
pub fn read_csv<T, P>(path: P) ->
Result
<
Vec
<T>>
where T:
DeserializeOwned
, P:
AsRef
<
Path
>,