resolve_string

Function resolve_string 

Source
fn resolve_string(v: &Value) -> Result<Option<String>>
Expand description

Reads an Avro value as a string, regardless of its type. This is useful if the expected datatype is a string, in which case we preserve all the values regardless of they type.