[][src]Function melib::email::attachments::decode_helper

fn decode_helper<'a, 'b>(
    a: &'a Attachment,
    filter: &mut Option<Box<dyn FnMut(&Attachment, &mut Vec<u8>) + 'b>>
) -> Vec<u8>