write_string

函数 write_string 

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