write_int

Function write_int 

Source
fn write_int<W: Write + ?Sized>(
    out: &mut W,
    value: i32,
) -> Result<(), ArrowError>