Function pot::format::write_bool

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

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