write_bool

Function write_bool 

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