Function mcap::read::attachment

source ·
pub fn attachment<'a>(
    mcap: &'a [u8],
    index: &AttachmentIndex
) -> McapResult<Attachment<'a>>
Expand description

Read the attachment with the given index.