fn enc_one_tor_cert<W: Writer + ?Sized>( w: &mut W, c: &TorCert, ) -> EncodeResult<()>
encode a single TorCert c onto a Writer w.
c
w