Function tsv::de::from_str[][src]

pub fn from_str<'a, T: Deserialize<'a>>(
    s: &'a str,
    schemata: Schema,
    env: &'a mut Env
) -> Result<T>

Deserialize an instance of type T from a string of tsv.

Errors

This conversion can fail for various reason. See ErrorCode definition in error.rs for details.