pub type SyncMultipart<'a> = Multipart<SyncPart<'a>>;
阻塞 Multipart
struct SyncMultipart<'a> { /* private fields */ }