pub fn read_singular_message_into_field<M>(
    is: &mut CodedInputStream<'_>,
    target: &mut MessageField<M>
) -> Result<()>
where M: Message,
Expand description

Read singular message field.