Function pack_bool

Source
pub fn pack_bool<W: Write>(writer: &mut W, v: bool) -> Result<(), PackError>