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
.
pub fn write_bool<W: WriteBytesExt>(writer: W, boolean: bool) -> Result<usize>
Writes a Kind::Special
atom with either Special::True
or Special::False
.