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

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