[][src]Type Definition melib::email::attachments::Filter

type Filter<'a> = Box<dyn FnMut(&Attachment, &mut Vec<u8>) + 'a>;