pub trait Encode { fn encode(&self, writer: &mut Writer); }
Generic Encode trait to write an element T into the CBOR writer