pub type AsyncMultipart<'a> = Multipart<AsyncPart<'a>>;
异步 Multipart
struct AsyncMultipart<'a> { /* private fields */ }