Skip to main content

from_str

Function from_str 

Source
pub fn from_str<T: DeserializeOwned>(s: &str) -> Result<T, OakError>
Expand description

Deserializes a CSV string into a value of type T. Deserializes a CSV string into a value of type T.