write_string

Function write_string 

Source
fn write_string<W: Write>(writer: &mut W, s: &str) -> Result<(), ArrowError>