1 2 3 4 5 6
#[doc(inline)] pub use self::attachment_service::{ AttachmentService, AsyncAttachmentService, AttachmentServiceEndpoints, AsyncAttachmentServiceEndpoints, }; pub mod attachment_service;