pub fn write_bool<W>(writer: W, boolean: bool) -> Result<usize, Error>where
    W: WriteBytesExt,
Expand description

Writes a Kind::Special atom with either Special::True or Special::False.