pub fn write_message_field_with_cached_size<M>(
    field_number: u32,
    message: &M,
    os: &mut CodedOutputStream<'_>
) -> Result<()>
where M: Message,
Expand description

Write message with field number and length to the stream.