Function bonsaidb::core::transmog_pot::pot::format::write_atom_header
pub fn write_atom_header<W>(
writer: W,
kind: Kind,
arg: u64
) -> Result<usize, Error>where
W: WriteBytesExt,
Expand description
Writes an atom header into writer
.