pub fn encode_to_buf( buf: &mut [u8], options: &[CoapOption<'_>], ) -> Result<usize, Error>
Encodes a slice of CoapOptions into a buffer and returns the encoded length
CoapOption