pub fn encode_stream<S>( encodable: &impl Encodable, stream: &mut S, options: Options, ) -> Result<()>where S: Write + Seek,
Encode to a stream.