write_bool

函数 write_bool 

源代码
fn write_bool<W: Write + ?Sized>(out: &mut W, v: bool) -> Result<(), ArrowError>