Skip to main content

nominal_api_conjure/conjure/endpoints/attachments/api/
mod.rs

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