Skip to main content

nominal_api/conjure/clients/attachments/api/
mod.rs

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