pub fn read_comment_block<B>(
    reader: &mut B,
    metadata: &mut MetadataBuilder
) -> Result<(), Error>
where B: ReadBytes,
Expand description

Read a comment metadata block.